File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 jdk : [ 8, 11, 17, 21 ]
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up JDK
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : ${{ matrix.jdk }}
2424 distribution : ' adopt'
Original file line number Diff line number Diff line change 88 environment : deployment
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : Set up JDK
14- uses : actions/setup-java@v4
14+ uses : actions/setup-java@v5
1515 with :
1616 distribution : ' temurin'
1717 java-version : 21
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33plugins {
44 id(" java" )
5- id(" com.gradleup.shadow" ) version " 8.3.9 "
5+ id(" com.gradleup.shadow" ) version " 9.1.0 "
66 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0"
7- id(" xyz.jpenilla.run-paper" ) version " 2.3.1 "
7+ id(" xyz.jpenilla.run-paper" ) version " 3.0.0 "
88}
99
1010group = " dev.rollczi"
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.13 -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