Seems gradle was having language level issues.
Everybody better be using java 7 by now, get with the times people.
This commit is contained in:
parent
fdde129180
commit
5e9131a59f
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ version = "${config.minecraft_version}-${config.mod_version}." + (System.env.BUI
|
||||||
archivesBaseName = "MekanismAll"
|
archivesBaseName = "MekanismAll"
|
||||||
libsDirName = "../output"
|
libsDirName = "../output"
|
||||||
distsDirName = "../output"
|
distsDirName = "../output"
|
||||||
|
sourceCompatibility = '1.7'
|
||||||
|
targetCompatibility = '1.7'
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = config.minecraft_version + "-" + config.forge_version
|
version = config.minecraft_version + "-" + config.forge_version
|
||||||
|
|
Loading…
Reference in a new issue