jdaugherty commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2020230344
##########
gradle/docs-config.gradle:
##########
@@ -0,0 +1,19 @@
+apply from:
rootProject.layout.projectDirectory.file('gradle/docs-dependencies.gradle')
+
+ext {
+ includeInApiDocs = true
+}
+
+tasks.named('groovydoc', Groovydoc) {
Review Comment:
This is intentional. if you unzip with a commandline client it will
overwrite the files and it will be as you expect. We opened a bug ticket on
gradle to make it replace instead of add duplicates.
I believe the reason we don’t run just the groovydoc package is some
projects do include java only in a java source.
As for the directories, our intention was to build the jar. I need to look
at the directories to see whats happening.
--
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]