Attila Kelemen
Attila Kelemen
There is a PR on that (#256) but I remember having an issue with the actual implementation. I will have another look at it and see how this issue can...
Try installing https://github.com/kelemen/netbeans-gradle-project/releases/download/v2.0.2/netbeans-gradle-plugin-2.0.2.nbm
Every time I request something from Gradle, each project gets evaluated. So, if I request source folder hierarchy in a separate step as dependency resolution, I have to evaluate the...
I assume you need both "Reload project" and "Reload project offline" and let any of them be selected as default in the global settings (for when you open a project)....
When switching branches, do you need to reload the source folders because the script changes (additional source sets are added) or because some source folders did not exist before?
The original request (opening without depenendencies), isn't trivial to solve without caveats but adding different kinds reloads might be more feasible. For example, "Reload sources only", "Reload offline". Reloading with...
Avoiding slow task execution is possible, albeit a little tedious to configure. You should configure all your built-in tasks in the project properties by adding an "--offline" line to the...
I cannot do this under the dependencies node for the same reason as I have said in #314. Also, I could create a similar thing what I've described in #314.
It would be possible but I'm hesitant to add this, because it would be very strange to most that the feature is "broken" for many jars. I haven't checked but...
I just didn't do this because it requires lots of extra effort (in terms of cpu cycles) and has little value. More if you actually want icons to update after...