Update dependencies

This commit is contained in:
Telesphoreo 2024-10-16 17:26:21 -05:00
parent e7ad74c027
commit 4f0dad762c
3 changed files with 7 additions and 7 deletions

View File

@ -20,17 +20,17 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.4-SNAPSHOT")
implementation("com.comphenix.protocol:ProtocolLib:5.1.0")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.5-SNAPSHOT")
implementation("com.comphenix.protocol:ProtocolLib:5.3.0-SNAPSHOT")
}
group = "dev.plex"
version = "1.4-SNAPSHOT"
version = "1.5-SNAPSHOT"
description = "Module-FalseOp"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
publishing {

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-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-FalseOp
main: dev.plex.FalseOp
description: Make clients think they have OP!
version: 1.4-SNAPSHOT
version: 1.5-SNAPSHOT