sdedic opened a new pull request, #4730: URL: https://github.com/apache/netbeans/pull/4730
Note: this is the last "feature" PR - it depends on #4729. Just the commit c966fe10039d is relevant for the review. This PR will be rebased on whatever version #4729 evolves into. The PR builds on top of `BuildPropertiesSupport` API in Gradle core module and allows: - support for `jar` task's artifacts: the project reports the produced jar - support for shadowed jars, or "uberjars": the project will report the shadow jar. It is also possible to enumerate both jars (original shadowed) marked appropriately. The API is consistent for maven + gradle projects. - support for native-image artifacts build by Micronaut infrastructure. -- 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
