Rename jar from BukkitAPI to Bukkit

This commit is contained in:
Alexander Söderberg 2020-04-11 02:57:00 +02:00
parent 5fc33dcc06
commit 6c1caac731

View File

@ -44,7 +44,7 @@ processResources {
} }
//noinspection GroovyAssignabilityCheck //noinspection GroovyAssignabilityCheck
jar.archiveFileName = "PlotSquared-BukkitAPI-${project.parent.version}.jar" jar.archiveFileName = "PlotSquared-Bukkit-${project.parent.version}.jar"
jar.destinationDirectory = file("../mvn/com/github/intellectualsites/plotsquared/PlotSquared-Bukkit/" + project.parent.version) jar.destinationDirectory = file("../mvn/com/github/intellectualsites/plotsquared/PlotSquared-Bukkit/" + project.parent.version)
task createPom { task createPom {
doLast { doLast {