-
Notifications
You must be signed in to change notification settings - Fork 1k
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
./gradlew check
fails with JDK11
#5599
Comments
Thank you for letting us know! |
Until this is fixed, I have been using the default task (which is |
./gradlew check
fails with JDK11
The new version of the BND plugin does not have the same issue when running the `check` command, but the new version of the BND plugin requires JDK 17, so we can't use it when JDK 11 is being used to build the project. See gh-5599
I updated the issue title to reflect this is only a problem with JDK 11 with #5735 having been merged. |
./gradlew clean check
fails as follows:The text was updated successfully, but these errors were encountered: