File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -13,30 +13,36 @@ repositories {
1313 }
1414
1515 maven {
16- url = uri(" https://repo.md-5.net/content/groups/public" )
16+ url = uri(" https://repo.md-5.net/content/groups/public/ " )
1717 }
1818
1919 maven {
2020 url = uri(" https://repo.dmulloy2.net/repository/public/" )
2121 }
2222
23+ maven {
24+ url = uri(" https://repo.codemc.io/repository/maven-releases/" )
25+ }
26+
2327 mavenCentral()
2428}
2529
2630dependencies {
27- compileOnly(" org.projectlombok:lombok:1.18.30" )
28- annotationProcessor(" org.projectlombok:lombok:1.18.30" )
29- compileOnly(" io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT" )
30- compileOnly(" dev.plex:server:1.4-SNAPSHOT" )
31- implementation(" LibsDisguises:LibsDisguises:10.0.37" )
31+ compileOnly(" org.projectlombok:lombok:1.18.34" )
32+ annotationProcessor(" org.projectlombok:lombok:1.18.34" )
33+ compileOnly(" io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT" )
34+ compileOnly(" dev.plex:server:1.5-SNAPSHOT" )
35+ implementation(" me.libraryaddict.disguises:libsdisguises:10.0.44-SNAPSHOT" )
36+ compileOnly(" com.github.retrooper:packetevents-spigot:2.5.0" )
37+
3238}
3339
3440group = " dev.plex"
35- version = " 1.4 -SNAPSHOT"
41+ version = " 1.5 -SNAPSHOT"
3642description = " Module-LibsDisguises"
3743
3844java {
39- toolchain.languageVersion.set(JavaLanguageVersion .of(17 ))
45+ toolchain.languageVersion.set(JavaLanguageVersion .of(21 ))
4046}
4147
4248publishing {
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.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -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.4 -SNAPSHOT
4+ version : 1.5 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments