File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/setup-java@v2
1313 with :
1414 distribution : ' temurin'
15- java-version : 21
15+ java-version : 22
1616 - run : ./gradlew compiler:test examples:test
Original file line number Diff line number Diff line change 11plugins {
22 id(' java' )
33 id(' maven-publish' )
4- id(' com.github.johnrengelman. shadow' ) version(' 8.1.1 ' )
4+ id(' com.gradleup. shadow' ) version(' 8.3.0 ' )
55 id(' signing' )
66}
77
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-8.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 5555# Darwin, MinGW, and NonStop.
5656#
5757# (3) This script is generated from the Groovy template
58- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959# within the Gradle project.
6060#
6161# You can find Gradle at https://github.com/gradle/gradle/.
You can’t perform that action at this time.
0 commit comments