-
Notifications
You must be signed in to change notification settings - Fork 866
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
Allow building with latest JDK without extra setup #6125
Comments
The I'm inclined to close this issue, but maybe someone has a thought on an alternative approach? |
in all honestly. If we don't get any advantage out of having the one (?) module built using gradle, we should revert it again to ant. The migration away from ant seems far away still if that ever happens (is it worth the trouble?). It could also end up being maven and not gradle - not sure if that was decided already. Maven is apache where we have dev connections to and pretty much industry standard outside of android still. Ultimately a project like NB benefits of being buildable and ideally also testable on EA builds to get early warnings. |
@mbien "Gradle is just Ant with slightly better syntax" TM 😆 All (half) joking aside, I was under the impression there was a reason this had to be Gradle-based. If there isn't, then yes, let's get it changed back - Gradle approach to compatibility with newer JDKs is a PITA! |
Description
Building the latest version with JDK 20 will fail. The README.md admits that this may happen on newer JDK versions. This should be fixed, so that one doesn't need to install an older JDK version just to compile NetBeans.
Use case/motivation
For
ant build
to run without errors when using JDK 20.Related issues
No response
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: