netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Gradle project reports unresolved configurations.

Open lkishalmi opened this issue 3 years ago • 1 comments

Well, this is a bit oversight with the recent changes around how we handle configurations in Gradle. We started to include non-resolvable configurations in the IDE around NetBeans 14. That would give better information available, however no matter what the Configurations node would display a warning badge about there are some configurations left to be unresolved.

It turned out that we forgot to filter the non-resolvable configurations out of the configurations when we are checking whether a configuration is resolved or not.

Would be a nice trivial fix for NB15, However I hope there would be no more RC-s there.

lkishalmi avatar Aug 07 '22 19:08 lkishalmi

Would be a nice trivial fix for NB15, However I hope there would be no more RC-s there.

Please change the base to delivery and mark it with NB15, then at least it's ready to go in if we do need another RC build.

neilcsmith-net avatar Aug 08 '22 11:08 neilcsmith-net