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 42946819bc ensure wrapper has groovydoc
42946819bc is described below
commit 42946819bcafc8ff2261c3fa181f0db5ac323f2e
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 14:16:37 2025 -0400
ensure wrapper has groovydoc
---
grails-wrapper/build.gradle | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/grails-wrapper/build.gradle b/grails-wrapper/build.gradle
index 2def62432c..b6be5601ee 100644
--- a/grails-wrapper/build.gradle
+++ b/grails-wrapper/build.gradle
@@ -50,8 +50,9 @@ dependencies {
apply {
from rootProject.layout.projectDirectory.file('gradle/java-config.gradle')
- from
rootProject.layout.projectDirectory.file('gradle/publish-config.gradle')
from rootProject.layout.projectDirectory.file('gradle/test-config.gradle')
+ from rootProject.layout.projectDirectory.file('gradle/docs-config.gradle')
+ from
rootProject.layout.projectDirectory.file('gradle/publish-config.gradle')
}
// It's surprisingly hard to generate start scripts and *not* have them nested
into a bin / lib directory
@@ -115,8 +116,4 @@ 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