1 import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
3 group = "cc.squirreljme.squirreljme.emulators"
4 description = "This module contains all of the emulators available for " +
5 "running SquirrelJME. These run on top of Java SE itself."
14 // The emulators run on Java 8 because this is for the host VM
15 // which can take advantage of this.
19 languageLevel = new IdeaLanguageLevel("1.8")
20 targetBytecodeVersion = JavaVersion.VERSION_1_8