sdedic opened a new pull request #3829:
URL: https://github.com/apache/netbeans/pull/3829


   When loading more complex projects like 
[`micronaut-test`](https://github.com/micronaut-projects/micronaut-test), 
NetBeans IDE reports a number of 'unresolvable artifact' errors:
   
![unresolvable-artifact](https://user-images.githubusercontent.com/26788611/159344511-34aac50e-611f-41b7-9e0f-47fbcff0e5a5.jpg)
   
   Indeed, even the commandline gradle produces them:
   ```
   testCodeCoverageReportExecutionData - Supplies JaCoCo coverage data to the 
testCodeCoverageReport.  External library dependencies may appear as resolution 
failures, but this is expected behavior.
   +--- project :test-core
   |    +--- io.micronaut:micronaut-inject FAILED
   |    +--- io.micronaut:micronaut-runtime FAILED
   |    +--- io.micronaut:micronaut-bom:3.3.4
   ```
   ... but note the comment at the top of the configuration.
   
   We can exclude configurations from loading entirely, but it seems that the 
'unresolvable' problems appear in either hidden (not visible) or otherwise 
poorly usable (!canBeConsumed) configurations. So I've disabled unresolvable 
artifact reporting in this case. 
   
   In addition, in the project `test-kotest`, the IDE complained that a 
property `getFreeCompilerArgs` is not present at `JvmKotlinOptions` - that's 
caused by using the getter method name instead of property name in the call to 
`getProperty`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to