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 @@ -12,13 +12,13 @@ jobs:
1212 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313 runs-on : " ubuntu-latest"
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
2020 java-version : 21
21- - uses : gradle/actions/setup-gradle@v4
21+ - uses : gradle/actions/setup-gradle@v5
2222 - name : Build
2323 run : ./gradlew build
2424 - name : Determine Status
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ checkstyle = "10.12.5"
55stylecheck = " 0.2.1"
66ktlint = " 0.50.0"
77errorprone = " 2.31.0"
8- run-task = " 2.3.1 "
8+ run-task = " 3.0.0 "
99
1010cloudCore = " 2.0.0"
1111
@@ -72,7 +72,7 @@ cloud-buildLogic-rootProject-spotless = { id = "org.incendo.cloud-build-logic.sp
7272run-paper = { id = " xyz.jpenilla.run-paper" , version.ref = " run-task" }
7373run-velocity = { id = " xyz.jpenilla.run-velocity" , version.ref = " run-task" }
7474run-waterfall = { id = " xyz.jpenilla.run-waterfall" , version.ref = " run-task" }
75- shadow = { id = " com.gradleup.shadow" , version = " 8.3.9 " }
75+ shadow = { id = " com.gradleup.shadow" , version = " 9.2.2 " }
7676
7777[bundles ]
7878immutables = [" immutables" , " immutablesAnnotate" ]
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.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments