File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
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- 30+ 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-beta10 " )
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 @@ -12,13 +12,13 @@ java {
1212dependencies {
1313 implementation(" org.jetbrains:annotations:26.0.2" )
1414
15- compileOnly(" org.projectlombok:lombok:1.18.36 " )
16- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
15+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
16+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
1717
1818 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
19- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.0 " )
20- testImplementation(" org.mockito:mockito-core:5.16.0 " )
21- testImplementation(" org.mockito:mockito-junit-jupiter:5.16.0 " )
19+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1 " )
20+ testImplementation(" org.mockito:mockito-core:5.16.1 " )
21+ testImplementation(" org.mockito:mockito-junit-jupiter:5.16.1 " )
2222}
2323
2424tasks {
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
99 implementation(" org.bstats:bstats-bungeecord:3.1.0" )
1010
11- compileOnly(" net.md-5:bungeecord-api:1.20 -R0.2" )
11+ compileOnly(" net.md-5:bungeecord-api:1.21 -R0.2" )
1212}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
66 compileOnly(" org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT" )
77 compileOnly(" me.clip:placeholderapi:2.11.6" )
88
9- compileOnly(" org.projectlombok:lombok:1.18.36 " )
10- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
9+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
10+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
1111
1212 implementation(" net.pistonmaster:PistonUtils:1.4.0" )
1313}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ plugins {
44
55dependencies {
66 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" )
7+ compileOnly(" net.pistonmaster:pistonmotd-api:5.2.1 " )
8+ compileOnly(" com.google.guava:guava:33.4.6 -jre" )
99}
You can’t perform that action at this time.
0 commit comments