Use Java 8 and not Java 6!

This commit is contained in:
alexbegt 2017-06-11 13:24:45 -04:00
parent 416c4e11c5
commit 27a82a01cd
1 changed files with 3 additions and 0 deletions

View File

@ -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"