File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11task :
22 matrix :
3- - name : Tests (JDK 21)
3+ - name : Tests (JDK 21 LTS )
44 container :
5- image : gradle:8.10-jdk21 -alpine
5+ image : gradle:8.11.1-jdk-lts-and-current -alpine
66 gradle_cache :
77 folder : ~/.gradle/caches
88 check_script : gradle check --no-daemon --warning-mode=all
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ plugins {
1414}
1515
1616tasks.wrapper {
17- gradleVersion = " 8.10.2 "
18- distributionSha256Sum = " 2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6 "
17+ gradleVersion = " 8.11.1 "
18+ distributionSha256Sum = " 89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a "
1919 distributionType = Wrapper .DistributionType .ALL
2020}
2121
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
3+ distributionSha256Sum =89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -all.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments