Mazes #117

Merged
StevenRS11 merged 101 commits from mazes into DevBranch 2013-12-29 07:03:48 +00:00
Showing only changes of commit 2cc0b7e2ca - Show all commits

View File

@@ -45,5 +45,5 @@ processResources
jar jar
{ {
destinationDir = new File("build/dist/") destinationDir = new File("build/dist/")
archiveName = "DimensionalDoors-${version}-${BUILD_NUMBER}" archiveName = "DimensionalDoors-${version}-" + System.getenv().buildNumber.toInteger()
} }