We have a project with build.gradle script and old maven pom.xml. Netbeans (8.0) will attempt to load the project as a maven project due to the existence of pom.xml. Is there a way to get it to load the project as a gradle project using build.gradle? Thank you
source
share