MartinBalin opened a new issue, #6537: URL: https://github.com/apache/netbeans/issues/6537
### Apache NetBeans version Apache NetBeans 19 ### What happened Open micronaut-core v4.1.x using VSNetBeans 19.0.301 Graalvm 23 JDK17. Following dialog is shown during project opening: `Project micronaut-core:inject-kotlin: Priming Build Required.: In order to be able to read this project, NetBeans needs to execute its Gradle scripts as priming build. Executing Gradle scripts allows arbitrary code execution, as current user, on this system.` click OK to run Priming build. and then also for project `micronaut-core:test-suite-kotlin-ksp` also click OK to priming build it. It then ends with following error message: `Priming build failed for Project micronaut-core:inject-kotlin: NULL` and same for `Priming build failed for Project micronaut-core:test-suite-kotlin-ksp: NULL` Does not seem to do any harm to project editing. Tried code completion, tests run, go to definition,... ### How to reproduce _No response_ ### Did this work correctly in an earlier version? Apache NetBeans 18 ### Operating System macOS 13.3.1 (a) ### JDK Graalvm 23 JDK17 ### Apache NetBeans packaging Apache VSNetBeans for VSCode ### Anything else _No response_ ### Are you willing to submit a pull request? No -- 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
