Attila Kelemen
Attila Kelemen
I'm not sure because it works for me fine. Have you tried removing the NB cache?
Hmmm, now I can reproduce it in NB 8.2 (without adding new classes) but not in 10. I'll try to find out what might be happening.
The NB repo says its temporary unavailable, so I can't build the plugin for 8.2 at the moment. I'll check it tomorrow.
I think I know what the issue is (not 100% because I didn't track down the issue to what actually happening in NB). That is, this is the problem: Your...
You can always use an init script and pass an *afterEvaluate* there (you can check for some properties, if you are in the right build, or check for the presence...
I assume you mean changing the project wizard. For Gradle projects, the plugin currently supports build.gradle files named as .gradle. The one you have shown might not get recognized as...
I guess a "-buid.gradle" suffix sounds reasonable to detect. Anyway, you can adjust the generated _settings.gradle_ to your liking. However, I'm not sure if I really want to adjust the...
Can you build your project from the command line? Are you using a proxy?
If your company uses a proxy, then it is possible that NB has the proxy configured and Gradle is trying to use the proxy to access your repository. Can you...
As far as dependency resolution goes, what Idea does is not much different. Probably some setup is different. The only two things what I can think of now and might...