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 2023/07/29 18:28:24 UTC

[groovy] branch GROOVY-11138 updated: Set `org.apache.groovy.internal` to `true`

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

sunlan pushed a commit to branch GROOVY-11138
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY-11138 by this push:
     new 3d12db9406 Set `org.apache.groovy.internal` to `true`
3d12db9406 is described below

commit 3d12db940663774ba9c688b83226a0425bb92680
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Jul 30 02:28:06 2023 +0800

    Set `org.apache.groovy.internal` to `true`
---
 build-logic/src/main/groovy/org.apache.groovy-distribution.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle b/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
index 2e4ff94bfc..ff59add25d 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-distribution.gradle
@@ -49,7 +49,7 @@ configurations {
             attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL))
             attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements, LibraryElements.JAR))
             attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage, Usage.JAVA_RUNTIME))
-            attribute(Attribute.of("org.apache.groovy.internal", Boolean), false)
+            attribute(Attribute.of("org.apache.groovy.internal", Boolean), true)
         }
     }
     doc