This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch singleGroovy
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/singleGroovy by this push:
new c286cc6f44 fix include author
c286cc6f44 is described below
commit c286cc6f44133b55ba67c285b250757876c061a4
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 23 12:43:35 2025 -0400
fix include author
---
gradle/docs-dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/docs-dependencies.gradle b/gradle/docs-dependencies.gradle
index df7d1e8de4..0823d7ab43 100644
--- a/gradle/docs-dependencies.gradle
+++ b/gradle/docs-dependencies.gradle
@@ -56,7 +56,7 @@ tasks.withType(Groovydoc).configureEach { Groovydoc gdoc ->
gdoc.windowTitle = "${project.findProperty('pomArtifactId') ?:
project.name} - $projectVersion"
gdoc.docTitle = "${project.findProperty('pomArtifactId') ?: project.name}
- $projectVersion"
gdoc.access = GroovydocAccess.PROTECTED
- gdoc.includeAuthor = true
+ gdoc.includeAuthor = false
gdoc.includeMainForScripts = false
gdoc.processScripts = false
gdoc.noTimestamp = true