File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 runs-on : " ${{ matrix.os }}"
2424 steps :
2525 - name : " checkout repository"
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : " setup jdk ${{ env.RUNTIME_VERSION }}"
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 distribution : " temurin"
3131 java-version : " ${{ env.RUNTIME_VERSION }}"
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.11 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginManagement {
77}
88
99plugins {
10- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
10+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1111}
1212
1313enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
You can’t perform that action at this time.
0 commit comments