matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2020586233
##########
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:
In the `grails-core` repo, there is not one single `src/main/java` source
set.
Which projects are we using `src/main/java` in?
I don't think the solution is optimal at the moment. We are effectively
generating and packaging both groovydoc and javadoc only to throw away the
groovydoc when extracting the jar.
Should we be advocating groovy usage, and package generated groovydoc in the
doc jar and only use `src/main/groovy` the source set?
--
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]