Added Gradle Wrapper and set build path for jar #109

Merged
deathrat merged 2 commits from 1.6.2-code into 1.6.2-code 2013-12-17 08:52:57 +00:00
Showing only changes of commit a8baba9430 - Show all commits

View File

@@ -36,3 +36,9 @@ processResources
exclude 'mcmod.info' exclude 'mcmod.info'
} }
} }
jar
{
destinationDir = "build/dist/"
archiveName = "DimensionalDoors-$version.jar"
}