mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix Core archive name
This commit is contained in:
parent
e1a25907f2
commit
6814b4bef2
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ shadowJar {
|
|||
relocate("org.json", "com.plotsquared.json") {
|
||||
exclude "org/json/simple/**"
|
||||
}
|
||||
archiveFileName = "${project.name}-Core-${parent.version}.jar"
|
||||
}
|
||||
|
||||
shadowJar.doLast {
|
||||
|
|
Loading…
Reference in a new issue