mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Rename jar from BukkitAPI to Bukkit
This commit is contained in:
parent
5fc33dcc06
commit
6c1caac731
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue