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/27 08:39:25 UTC

[groovy] branch master updated: 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 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 0ffc344a04 Revert "GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)"
0ffc344a04 is described below

commit 0ffc344a04063d077dd3ad18a1cc036db3352f45
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Aug 27 16:39:07 2022 +0800

    Revert "GROOVY-10730: Bump Gradle to 7.5.1 (minor tweak)"
    
    This reverts commit 7ba67f3659cb43d4c60d552eb3dfc7d6dbb81d02.
---
 buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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 3d633fc997..617e4c743d 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-doc-aggregator.gradle
@@ -87,9 +87,6 @@ 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) {
@@ -104,4 +101,4 @@ class JavadocClasspathCompatibilityRule implements AttributeCompatibilityRule<Us
             details.compatible()
         }
     }
-}
+}
\ No newline at end of file