lkishalmi opened a new pull request #2171: URL: https://github.com/apache/netbeans/pull/2171
This change is about to move Gradle out of Groovy's shade. My motivation are the following: - Groovy is not really required by Gradle. Having it next to Maven and Ant, would be more suitable. - C/C++ Support is coming soon. I'd like to add Gradle Native projects to that support. This change would move Gradle modules out from the Groovy Cluster to: - ide: libs.gradle (Gradle Tooling library), gradle (Gradle Project support) - java: gradle,java, gradle.java.coverage, gradle kit, gradle.persistence, gradle.spring and gradle.test (These are the modules that supporting the Java development) - enterprise: gradle.javaee (Gradle Web Project support) Please share your wisdom! I might need to recreate this PR as probably some other changes would be better to be included in the repo, so this one is just to have a glimpse. ---------------------------------------------------------------- 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
