Use Java 8 and not Java 6!
This commit is contained in:
parent
416c4e11c5
commit
27a82a01cd
|
@ -41,6 +41,9 @@ group = "cpw.mods" // http://maven.apache.org/guides/mini/guide-naming-conventio
|
||||||
// This is our actual project within the group. Note: FML has "fml" here. But this is ironchest.
|
// This is our actual project within the group. Note: FML has "fml" here. But this is ironchest.
|
||||||
archivesBaseName = "ironchest"
|
archivesBaseName = "ironchest"
|
||||||
|
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
|
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.12-14.21.0.2321"
|
version = "1.12-14.21.0.2321"
|
||||||
|
|
Loading…
Reference in New Issue