fabric cleanup, move lang and config to common

This commit is contained in:
dfsek
2021-02-24 13:59:25 -07:00
parent 1637644bdd
commit 0fcc0f798c
18 changed files with 22 additions and 31 deletions
+1 -8
View File
@@ -31,15 +31,8 @@ dependencies {
"shadedImplementation"("org.bstats:bstats-bukkit:1.7")
"compileOnly"("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT")
}
tasks.withType<ProcessResources> {
include("**/*.*")
filter<org.apache.tools.ant.filters.ReplaceTokens>(
"tokens" to mapOf(
"VERSION" to project.version.toString()
)
)
"shadedImplementation"("com.google.guava:guava:30.0-jre")
}
val testDir = "target/server/"