Hi, Quick question on Gradle config in NB12.4. Seems NB starts Gradle 7 (at least on my machine) by default every time NB starts up. In my Options -> Java -> Gradle config, the default version is set to 6.2.1 and also prefer gradle wrapper for individual projects.
The problem is Gradle 7 means some gradle projects don't load properly. Selecting Clean and Build *seems *to build with the wrapper, but i *also* get a popup complaining about Gradle 7 not being able to find certain plugins (only available in the lower 6.2.1 version). Is there a default gradle conf in /etc/netbeans.conf or somewhere else? I have removed my GRADLE_HOME env var so that doesn't interfere. Thanks for any info in advance Rgds Jon