mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2025-05-13 02:23:19 +00:00
Release 1.3
This commit is contained in:
parent
636b89eec9
commit
40ec3b5ef1
@ -16,14 +16,14 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.projectlombok:lombok:1.18.26")
|
compileOnly("org.projectlombok:lombok:1.18.28")
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.26")
|
annotationProcessor("org.projectlombok:lombok:1.18.28")
|
||||||
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
|
||||||
compileOnly("dev.plex:server:1.3-SNAPSHOT")
|
compileOnly("dev.plex:server:1.3")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.plex"
|
group = "dev.plex"
|
||||||
version = "1.3-SNAPSHOT"
|
version = "1.3"
|
||||||
description = "Module-NUSH"
|
description = "Module-NUSH"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
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.0.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Module-NUSH
|
name: Module-NUSH
|
||||||
main: dev.plex.nush.NushModule
|
main: dev.plex.nush.NushModule
|
||||||
description: Stops raiding in its tracks.
|
description: Stops raiding in its tracks.
|
||||||
version: 1.3-SNAPSHOT
|
version: 1.3
|
Loading…
x
Reference in New Issue
Block a user