Interface MythicDropsJavaExtension
-
- All Implemented Interfaces:
public interface MythicDropsJavaExtensionConfiguration for selecting which version of Java to compile for.
-
-
Method Summary
Modifier and Type Method Description abstract Property<JavaVersion>getJavaVersion()Version of Java to compile for (e.g. -
-
Method Detail
-
getJavaVersion
abstract Property<JavaVersion> getJavaVersion()
Version of Java to compile for (e.g., Java 16/17)
-
-
-
-