1.6.2 code #121

Merged
StevenRS11 merged 78 commits from 1.6.2-code into master 2014-01-03 07:15:09 +00:00
Showing only changes of commit 8a7761aa7c - Show all commits

View File

@@ -30,7 +30,7 @@ processResources
{
// replace stuff in mcmod.info, nothing else
from(sourceSets.main.resources.srcDirs) {
include 'mcmod/info'
include 'mcmod.info'
// replace version and mcversion
expand 'version':project.version, 'mcversion':project.minecraft.version
@@ -41,3 +41,8 @@ processResources
exclude 'mcmod.info'
}
}
jar
{
destinationDir = new File("build/dist/")
}