Reformat and update Gradle

This commit is contained in:
2023-08-28 19:12:48 -05:00
parent 76b2c609eb
commit 8b4da4308a
28 changed files with 78 additions and 114 deletions

View File

@ -8,9 +8,10 @@ repositories {
url = uri("https://repo.papermc.io/repository/maven-public/")
}
/*maven {
maven {
url = uri("https://nexus.telesphoreo.me/repository/plex/")
}*/
}
maven {
url = uri("https://repo.infernalsuite.com/repository/maven-snapshots/")
}
@ -26,12 +27,12 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.12.0")
compileOnly("dev.plex:server:1.4-SNAPSHOT")
compileOnly("com.infernalsuite.aswm:api:1.20-R0.1-SNAPSHOT") {
exclude(group="com.flowpowered")
exclude(group = "com.flowpowered")
}
}
group = "dev.plex"
version = "1.3"
version = "1.4-SNAPSHOT"
description = "Module-TFMExtras"
java {