You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/08/28 12:07:48 UTC

[groovy] 01/03: Revert "Revert "GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)""

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

sunlan pushed a commit to branch danielsun/fix-clone-array-20220828
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit d651b628cae4addd98ed93cf8e7c4a50f8c7fbb9
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Aug 28 18:47:34 2022 +0800

    Revert "Revert "GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)""
    
    This reverts commit 0ffc344a04063d077dd3ad18a1cc036db3352f45.
---
 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
+}