File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
- name : Build with Gradle
28
28
run : ./gradlew build
29
29
- name : Upload a Build Artifact
30
- uses : actions/upload-artifact@v4.4.3
30
+ uses : actions/upload-artifact@v4.6.0
31
31
with :
32
32
# Artifact name
33
33
name : PistonQueue
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4 " )
10
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT " )
11
11
}
12
12
13
13
java {
Original file line number Diff line number Diff line change 10
10
}
11
11
12
12
dependencies {
13
- implementation(" org.jetbrains:annotations:26.0.1 " )
13
+ implementation(" org.jetbrains:annotations:26.0.2 " )
14
14
15
15
compileOnly(" org.projectlombok:lombok:1.18.36" )
16
16
annotationProcessor(" org.projectlombok:lombok:1.18.36" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 .1-bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ plugins {
4
4
5
5
dependencies {
6
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" )
7
+ compileOnly(" net.pistonmaster:pistonmotd-api:5.2.0 " )
8
+ compileOnly(" com.google.guava:guava:33.4.0 -jre" )
9
9
}
You can’t perform that action at this time.
0 commit comments