lkishalmi opened a new pull request #2920:
URL: https://github.com/apache/netbeans/pull/2920


   Gradle distribution plugin can be handy from time to time. This PR would add 
a SourceGroup in the project node for existing dist directories.
   Unfortunately Gradle distributions are represented in Gradle as CopySpec-s 
which are enough to copy required files, but its API is developed for flexible 
composition, so it does not offer proper introspection. This plugin just assume 
that the default folder for distribution related sources is ```<project 
root>/src/<distribution name>/dist```
   
   See: https://docs.gradle.org/current/userguide/distribution_plugin.html


-- 
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.

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