Update dependencies

This commit is contained in:
Telesphoreo 2024-10-16 17:16:40 -05:00
parent cad134f9d1
commit 43746eefa5
4 changed files with 16 additions and 10 deletions

View File

@ -13,30 +13,36 @@ repositories {
}
maven {
url = uri("https://repo.md-5.net/content/groups/public")
url = uri("https://repo.md-5.net/content/groups/public/")
}
maven {
url = uri("https://repo.dmulloy2.net/repository/public/")
}
maven {
url = uri("https://repo.codemc.io/repository/maven-releases/")
}
mavenCentral()
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.4-SNAPSHOT")
implementation("LibsDisguises:LibsDisguises:10.0.37")
compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.5-SNAPSHOT")
implementation("me.libraryaddict.disguises:libsdisguises:10.0.44-SNAPSHOT")
compileOnly("com.github.retrooper:packetevents-spigot:2.5.0")
}
group = "dev.plex"
version = "1.4-SNAPSHOT"
version = "1.5-SNAPSHOT"
description = "Module-LibsDisguises"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
publishing {

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -1,4 +1,4 @@
name: Module-LibsDisguises
main: dev.plex.LibsDisguises
description: Control LibsDisguises with Plex
version: 1.4-SNAPSHOT
version: 1.5-SNAPSHOT