File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : gradle:8.13 .0-jdk21
12
+ image : gradle:8.14 .0-jdk21
13
13
env :
14
14
GRADLE_OPTS : " -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false"
15
15
steps :
28
28
test :
29
29
runs-on : ubuntu-latest
30
30
container :
31
- image : gradle:8.13 .0-jdk21
31
+ image : gradle:8.14 .0-jdk21
32
32
env :
33
33
GRADLE_OPTS : " -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false"
34
34
steps :
47
47
publish :
48
48
runs-on : ubuntu-latest
49
49
container :
50
- image : gradle:8.13 .0-jdk21
50
+ image : gradle:8.14 .0-jdk21
51
51
env :
52
52
GRADLE_OPTS : " -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false"
53
53
steps :
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-8.12 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments