Merge pull request #8 from JT122406/master

Clean up and improvements
This commit is contained in:
ajgeiss0702
2022-07-19 09:36:28 -07:00
committed by GitHub
11 changed files with 12 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ dependencies {
compileOnly(fileTree(mapOf("dir" to "../libs/private", "include" to listOf("*.jar"))))
compileOnly(fileTree(mapOf("dir" to "../libs/public", "include" to listOf("*.jar"))))
compileOnly("net.luckperms:api:5.0")
compileOnly("net.luckperms:api:5.4")
}
tasks.shadowJar {