Mazes #117

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

View File

@@ -41,3 +41,10 @@ processResources
exclude 'mcmod.info' exclude 'mcmod.info'
} }
} }
jar
{
destinationDir = new File("build/dist/")
archiveName = "DimensionalDoors-${version}-" + System.getenv("BUILD_NUMBER") + ".jar"
}