Bumping minor version number to reflect that Jenkins now handles builds (no, the Jenkins page won't be public, but the outputted files will at a later date)

This commit is contained in:
pahimar 2013-12-28 21:11:53 -05:00
parent 76ba08c683
commit ea118bf0ee
2 changed files with 5 additions and 3 deletions

View file

@ -52,7 +52,6 @@ processResources {
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
exclude 'version.properties'
exclude '**/xcf'
}
}
@ -101,10 +100,13 @@ task signJar(dependsOn: "reobf") {
task release(type: Copy) {
dependsOn "signJar"
from project.tasks.jar.destinationDir
into project.file(project.ee3_release_loc)
eachFile { file ->
logger.info "copying ${file}"
}
logger.info "release dir ${project.ee3_release_loc}"
// only if the release location isn't empty.
onlyIf {
return project.ee3_release_loc != "."

View file

@ -2,4 +2,4 @@
#Sat Dec 28 00:14:08 EST 2013
minecraft_version=1.6.4
forge_version=9.11.1.964
mod_version=0.0
mod_version=0.1