-
Notifications
You must be signed in to change notification settings - Fork 119
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
openjdk 16 build failure #1722
Comments
Might be related with https://youtrack.jetbrains.com/issue/KT-45566 |
Gradle does not support (at least officially) java 16 https://docs.gradle.org/current/userguide/compatibility.html |
Thanks. Sounds like this will be fixed in the Kotlin 1.5 release. |
For reference: GradleUp/shadow#658 |
To be verified after #1962 |
On java 16, flank:
The only thing that is not working is
But since it's not part of the flank itself we can consider flank support for java 16 as valid and create follow-up issue for cucumber module. @axelzuziak-gogo @bootstraponline |
There's no official support for cucumber so it's okay if that's broken. I don't recommend that any companies use cucumber. |
Describe the bug
Gradle clean fails when using openjdk 16.
To Reproduce
./gradlew clean
The text was updated successfully, but these errors were encountered: