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

Do not set JDK 1.8 #62

Open
osipxd opened this issue Nov 27, 2023 · 0 comments
Open

Do not set JDK 1.8 #62

osipxd opened this issue Nov 27, 2023 · 0 comments
Assignees
Milestone

Comments

@osipxd
Copy link
Member

osipxd commented Nov 27, 2023

Setting of JDK 1.8 should be removed. JDK should be set by developer using JVM Toolchains instead.

extensions.configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

Causes #60

@osipxd osipxd added this to the Next milestone Nov 27, 2023
@osipxd osipxd self-assigned this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant