This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 1a1acf5d26 fix groovydoc generation
1a1acf5d26 is described below

commit 1a1acf5d265d6472a458249fe081ead0fe8be718
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 08:43:57 2025 -0400

    fix groovydoc generation
---
 grails-wrapper/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/grails-wrapper/build.gradle b/grails-wrapper/build.gradle
index f8022561df..2def62432c 100644
--- a/grails-wrapper/build.gradle
+++ b/grails-wrapper/build.gradle
@@ -115,4 +115,8 @@ tasks.named('distZip').configure {
 }
 tasks.named('distTar').configure {
     dependsOn startScripts
+}
+
+tasks.withType(Groovydoc).configureEach {
+    it.enabled = false // no documentation for the wrapper as it's used by end 
users directly
 }
\ No newline at end of file

Reply via email to