Fix Core archive name

This commit is contained in:
Alexander Söderberg 2020-05-14 15:24:43 +02:00
parent e1a25907f2
commit 6814b4bef2
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

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