matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2020229674


##########
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:
   When removing this and adding `java.withJavadocJar()` the Grails Gradle 
Plugin seems to package both javadoc and groovydoc so that when unzipping the 
javadoc jar it has duplicates of the files, so you cannot extract it. And in 
the `build/docs` directory there is a `groovydoc` and a `javadoc` dir.
   
   Shouldn't we only run `groovydoc` and package that into the `javadoc` jar, 
like I have done in this project now?



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

Reply via email to