This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 230a3eeace minor groovydoc refactor - adopt latest settings for
Groovydoc
230a3eeace is described below
commit 230a3eeace5b12068679e84a8d9140c66430ba6e
Author: Paul King <[email protected]>
AuthorDate: Wed Sep 7 13:02:18 2022 +1000
minor groovydoc refactor - adopt latest settings for Groovydoc
---
buildSrc/src/main/groovy/org.apache.groovy-documented.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
index fbf6da1912..75cc3b0a88 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
@@ -77,7 +77,7 @@ tasks.withType(Groovydoc).configureEach {
header = "Groovy ${versions.groovy}"
footer = 'Copyright © 2003-2022 The Apache Software Foundation. All
rights reserved.'
overviewText =
rootProject.resources.text.fromFile('src/main/java/overview.html')
- includePrivate = false
+ access = GroovydocAccess.PROTECTED
link 'https://docs.oracle.com/javaee/7/api/', 'javax.servlet.',
'javax.management.'
link 'https://docs.oracle.com/javase/8/docs/api/', 'java.', 'org.xml.',
'javax.', 'org.w3c.'
link 'https://docs.groovy-lang.org/docs/ant/api/', 'org.apache.ant.',
'org.apache.tools.ant.'