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 afae0f89af Add Bundle-License to the generated jars afae0f89af is described below commit afae0f89af75c1eb5f3267e0facfa0ed5dce44ee Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Wed Sep 20 09:52:31 2023 +0100 Add Bundle-License to the generated jars --- .../main/groovy/org/apache/groovy/gradle/GroovyLibraryExtension.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/build-logic/src/main/groovy/org/apache/groovy/gradle/GroovyLibraryExtension.groovy b/build-logic/src/main/groovy/org/apache/groovy/gradle/GroovyLibraryExtension.groovy index 83b58617ca..4ecfee34de 100644 --- a/build-logic/src/main/groovy/org/apache/groovy/gradle/GroovyLibraryExtension.groovy +++ b/build-logic/src/main/groovy/org/apache/groovy/gradle/GroovyLibraryExtension.groovy @@ -209,6 +209,7 @@ class GroovyLibraryExtension { 'Implementation-Vendor': 'The Apache Software Foundation', 'Bundle-ManifestVersion': '2', 'Bundle-Description': 'Groovy Runtime', + 'Bundle-License': 'Apache-2.0', 'Bundle-Version': groovyBundleVersion, 'Bundle-Vendor': 'The Apache Software Foundation', 'Bundle-ClassPath': '.',