File tree 6 files changed +8
-8
lines changed
danger-kotlin/gradle/wrapper
danger-kotlin-library/gradle/wrapper
danger-kotlin-sdk/gradle/wrapper
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
- uses : sdkman/sdkman-action@master
17
17
with :
18
18
candidate : gradle
19
- version : 7.4 .2
19
+ version : 8.10 .2
20
20
21
21
- name : Install Kotlin
22
22
run : |
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 .2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
# Sun Nov 03 23:08:58 GMT 2019
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-all.zip
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 .2-all.zip
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 .2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 .2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ if ! [[ -x "$(command -v kotlinc)" ]]; then
39
39
fi
40
40
41
41
if ! [[ -x " $( command -v gradle) " ]]; then
42
- echo " Installing gradle 7.4 .2"
43
- curl -o gradle.zip -L https://downloads.gradle-dn.com/distributions/gradle-7.4 .2-bin.zip
42
+ echo " Installing gradle 8.10 .2"
43
+ curl -o gradle.zip -L https://downloads.gradle-dn.com/distributions/gradle-8.10 .2-bin.zip
44
44
mkdir /opt/gradle
45
45
unzip -d /opt/gradle gradle.zip
46
- echo ' export PATH=/opt/gradle/gradle-7.4 .2/bin:$PATH' >> ~ /.bash_profile
46
+ echo ' export PATH=/opt/gradle/gradle-8.10 .2/bin:$PATH' >> ~ /.bash_profile
47
47
rm -rf gradle.zip
48
48
fi
49
49
You can’t perform that action at this time.
0 commit comments