mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Rename jar from BukkitAPI to Bukkit
This commit is contained in:
parent
5fc33dcc06
commit
6c1caac731
@ -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 New Issue
Block a user