markokaestner
markokaestner
You can find a sample project [here](https://github.com/markokaestner/nb-gradle-test).
I updated to the latest plugin version and disabled the java modules globally. But as the project is only JDK8, that had no effect. It's still not working. I checked...
The path "/SOME_PATH/nb-gradle-test/a/" does exist. It's an empty folder which exists for each of the submodules. Java 9 modules have been disabled in global settings and NB was restarted. The...
Yes I tried all of that. I removed the nb cache as well as the .gradle folder and the .nb-gradle settings file. I also tried it with NB 8.2 -...
That solves the issue although I don't like to have IDE specific settings in the gradle files especially when working in a team where different iDEs are in use. But...
I was looking into that but did not find a reliable way to add an addition subproject from the init.gradle without any modifications to the project gradle files. Any hints...