File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 - name : Build with Gradle
2828 run : ./gradlew build
2929 - name : Upload a Build Artifact
30- uses : actions/upload-artifact@v4.4.3
30+ uses : actions/upload-artifact@v4.6.1
3131 with :
3232 # Artifact name
3333 name : PistonQueue
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4 " )
10+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT " )
1111}
1212
1313java {
Original file line number Diff line number Diff line change 1010}
1111
1212dependencies {
13- implementation(" org.jetbrains:annotations:26.0.1 " )
13+ implementation(" org.jetbrains:annotations:26.0.2 " )
1414
1515 compileOnly(" org.projectlombok:lombok:1.18.36" )
1616 annotationProcessor(" org.projectlombok:lombok:1.18.36" )
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-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- implementation(" org.spongepowered:configurate-yaml:4.1.2 " )
7- compileOnly(" net.pistonmaster:pistonmotd-api:5.1.1 " )
8- compileOnly(" com.google.guava:guava:33.3.1 -jre" )
6+ implementation(" org.spongepowered:configurate-yaml:4.2.0 " )
7+ compileOnly(" net.pistonmaster:pistonmotd-api:5.2.0 " )
8+ compileOnly(" com.google.guava:guava:33.4.0 -jre" )
99}
You can’t perform that action at this time.
0 commit comments