Interface JextractBaseTask.RemoteJextractInstallation
- All Superinterfaces:
JextractBaseTask.JextractInstallation
- Enclosing class:
JextractBaseTask
public static non-sealed interface JextractBaseTask.RemoteJextractInstallation
extends JextractBaseTask.JextractInstallation
Configuration of a downloadable Jextract version
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<@NonNull org.gradle.jvm.toolchain.JavaLanguageVersion> The Java version the code should be generated for
-
Method Details
-
getJavaLanguageVersion
@Input org.gradle.api.provider.Property<@NonNull org.gradle.jvm.toolchain.JavaLanguageVersion> getJavaLanguageVersion()The Java version the code should be generated for- Returns:
- A property to configure the Java version
-