mirror of
https://github.com/plexusorg/Module-FalseOp.git
synced 2024-12-22 01:07:37 +00:00
Update dependencies
This commit is contained in:
parent
e7ad74c027
commit
4f0dad762c
@ -20,17 +20,17 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
|
||||||
compileOnly("dev.plex:server:1.4-SNAPSHOT")
|
compileOnly("dev.plex:server:1.5-SNAPSHOT")
|
||||||
implementation("com.comphenix.protocol:ProtocolLib:5.1.0")
|
implementation("com.comphenix.protocol:ProtocolLib:5.3.0-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.plex"
|
group = "dev.plex"
|
||||||
version = "1.4-SNAPSHOT"
|
version = "1.5-SNAPSHOT"
|
||||||
description = "Module-FalseOp"
|
description = "Module-FalseOp"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Module-FalseOp
|
name: Module-FalseOp
|
||||||
main: dev.plex.FalseOp
|
main: dev.plex.FalseOp
|
||||||
description: Make clients think they have OP!
|
description: Make clients think they have OP!
|
||||||
version: 1.4-SNAPSHOT
|
version: 1.5-SNAPSHOT
|
Loading…
Reference in New Issue
Block a user