File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
typesummary/gradle/wrapper Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/setup-java@v2
1818 with :
1919 distribution : ' adopt'
20- java-version : 15
20+ java-version : 16
2121 - name : Setup Android SDK
2222 uses : android-actions/setup-android@v2
2323 - name : Add execution right to the script
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-java@v2
1515 with :
1616 distribution : ' adopt'
17- java-version : 15
17+ java-version : 16
1818 - name : Add execution right to the script
1919 run : chmod +x gradlew
2020 working-directory : ./typesummary
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath " com.gradle:gradle-enterprise-gradle-plugin:3.5 "
12- classpath " com.android.tools.build:gradle:4.0.1 "
11+ classpath " com.gradle:gradle-enterprise-gradle-plugin:3.6 "
12+ classpath " com.android.tools.build:gradle:4.1.3 "
1313 classpath " com.github.ben-manes:gradle-versions-plugin:0.36.0"
1414 }
1515}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments