File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
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 @@ -25,9 +25,9 @@ dependencies {
2525
2626 testImplementation(" org.awaitility:awaitility:4.3.0" )
2727 testImplementation(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
28- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
28+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
2929 testImplementation(" org.assertj:assertj-core:3.27.6" )
30- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
30+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
3131}
3232
3333publishing {
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.2.2 "
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"
@@ -27,8 +27,8 @@ dependencies {
2727 compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
2828 implementation(rootProject.project)
2929
30- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
31- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
30+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
31+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
3232}
3333
3434bukkit {
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