This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 7ba67f3659 GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)
7ba67f3659 is described below
commit 7ba67f3659cb43d4c60d552eb3dfc7d6dbb81d02
Author: Paul King <[email protected]>
AuthorDate: Thu Aug 25 22:59:03 2022 +1000
GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)
---
buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
b/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
index 617e4c743d..3d633fc997 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
@@ -87,6 +87,9 @@ def groovydocAll = tasks.register("groovydocAll", Groovydoc) {
destinationDir = file("${buildDir}/allgroovydoc")
source = configurations.allSources
classpath = configurations.allSourcesRuntimeClasspath
+ includeAuthor = false
+ processScripts = false
+ includeMainForScripts = false
}
def groovydocAllJar = tasks.register("groovydocAllJar", Jar) {
@@ -101,4 +104,4 @@ class JavadocClasspathCompatibilityRule implements
AttributeCompatibilityRule<Us
details.compatible()
}
}
-}
\ No newline at end of file
+}