Mazes #117

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

View File

@@ -17,7 +17,7 @@ apply plugin: 'forge'
version = "2.2.1RC1"
group= "com.stevenrs11.dimdoors" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "DimensionalDoors"
archivesBaseName = "DimensionalDoors-${version}-" + System.getenv("BUILD_NUMBER") + ".jar"
minecraft {
version = "1.6.4-9.11.1.964"
@@ -41,10 +41,3 @@ processResources
exclude 'mcmod.info'
}
}
jar
{
destinationDir = new File("build/dist/")
archiveName = "DimensionalDoors-${version}-" + System.getenv("BUILD_NUMBER") + ".jar"
}