Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 10 Support #39

Closed
Vance-Turner opened this issue Jan 3, 2020 · 3 comments
Closed

Java 10 Support #39

Vance-Turner opened this issue Jan 3, 2020 · 3 comments
Labels

Comments

@Vance-Turner
Copy link

Vance-Turner commented Jan 3, 2020

Is it possible to compile the kernel with Java 10 or 11?

@ileasile
Copy link
Collaborator

Hello! We will add a possibility of changing JVM target via gradle parameter in the nearest release.

@ileasile
Copy link
Collaborator

ileasile commented May 1, 2020

@Vance-Turner Now, you may change Java target setting this Gradle property to another value:

jvmTarget=1.8

For example, this command will compile kernel files with Java 11

gradlew install -PjvmTarget=11

All supported values of this parameter are listed here: https://kotlinlang.org/docs/reference/using-gradle.html#attributes-specific-for-jvm

@ileasile ileasile closed this as completed May 1, 2020
@Vance-Turner
Copy link
Author

Thank-you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants