This commit is contained in:
dordsor21 2020-05-14 14:45:33 +01:00
commit 194c5aa27b

View File

@ -78,6 +78,7 @@ shadowJar {
relocate("org.json", "com.plotsquared.json") { relocate("org.json", "com.plotsquared.json") {
exclude "org/json/simple/**" exclude "org/json/simple/**"
} }
archiveFileName = "${project.name}-Core-${parent.version}.jar"
} }
shadowJar.doLast { shadowJar.doLast {