errael opened a new issue, #4704: URL: https://github.com/apache/netbeans/issues/4704
### Apache NetBeans version Apache NetBeans 15 ### What happened  This issue probably originates from some gradle behavior. Gradle 6.8.x limits sourceCompatibility and targetCompatibility to 18; using compilerArgs bigger numbers can be passed to the compiler. Looking at the attached png, I'm guessing that NetBeans is told that the project is at 18. Shouldn't it allow the compilerArgs override the 18 as far as NetBeans is concerned? I'm openning this in the hopes that NB-16 will use the correct jdk version. ### How to reproduce Can provide project if that's needed. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Linux harmony 5.19.0-76051900-generic #202207312230166078056622.04~9d60db1 ### JDK openjdk version "11.0.2" 2019-01-15 ### Apache NetBeans packaging Own source build ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
