File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ repositories {
2828}
2929
3030dependencies {
31- compileOnly(" org.projectlombok:lombok:1.18.38 " )
32- annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
33- compileOnly(" io.papermc.paper:paper-api:1.21.7 -R0.1-SNAPSHOT" )
34- compileOnly(" dev.plex:server:1.5 " )
35- implementation(" me.libraryaddict.disguises:libsdisguises:11.0.6 " )
36- compileOnly(" com.github.retrooper:packetevents-spigot:2.8.0 " )
31+ compileOnly(" org.projectlombok:lombok:1.18.42 " )
32+ annotationProcessor(" org.projectlombok:lombok:1.18.42 " )
33+ compileOnly(" io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT" )
34+ compileOnly(" dev.plex:server:1.6 " )
35+ implementation(" me.libraryaddict.disguises:libsdisguises:11.0.8 " )
36+ compileOnly(" com.github.retrooper:packetevents-spigot:2.10.1 " )
3737
3838}
3939
4040group = " dev.plex"
41- version = " 1.5 "
41+ version = " 1.6 "
4242description = " Module-LibsDisguises"
4343
4444java {
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.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11name : Module-LibsDisguises
22main : dev.plex.LibsDisguises
33description : Control LibsDisguises with Plex
4- version : 1.5
4+ version : 1.6
You can’t perform that action at this time.
0 commit comments