Update gradle and deprecated methods

This commit is contained in:
NotMyFault
2019-09-07 22:46:13 +02:00
parent ec0281768d
commit 20b0fa31d0
4 changed files with 8 additions and 7 deletions

@ -35,8 +35,9 @@ processResources {
}
}
jar.setArchiveName("PlotSquared-API-${project.parent.version}.jar")
jar.destinationDir = file("../mvn/com/github/intellectualsites/plotsquared/PlotSquared-API/" + project.parent.version)
//noinspection GroovyAssignabilityCheck
jar.archiveFileName = "PlotSquared-API-${project.parent.version}.jar"
jar.destinationDirectory = file("../mvn/com/github/intellectualsites/plotsquared/PlotSquared-API/" + project.parent.version)
task createPom {
doLast {
pom {