Hello. I needed to reinstall netbeans, so I installed the latest version. I was using Gradle 7.2 on a previous project but the current environment is complaining to me that I need Gradle 8.4 to run with Java 21.
I am happy to move to version 8.4 of Gradle, especially since there appears to be a mismatch between Grable 7.2 and the Java 17 I was using previously. However, there isn't much information on how to upgrade Gradle to work with the current Java version from the Resolve Project Problems dialogue box that appears. So, my question is: how do I upgrade my existing project from Gradle 7.2 to 8.4? Help appreciated. Thanks.
