You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/09/14 03:00:32 UTC

groovy git commit: include antlr4 license when required

Repository: groovy
Updated Branches:
  refs/heads/master abfde7ef5 -> 9d681bcd4


include antlr4 license when required


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9d681bcd
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9d681bcd
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9d681bcd

Branch: refs/heads/master
Commit: 9d681bcd4138a12efb2f1cfc86c44eacf99b1ac9
Parents: abfde7e
Author: paulk <pa...@asert.com.au>
Authored: Thu Sep 14 13:00:24 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Sep 14 13:00:24 2017 +1000

----------------------------------------------------------------------
 gradle/assemble.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/9d681bcd/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index b6581c4..4432d75 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -139,6 +139,7 @@ jar {
             into('licenses')
             include('asm-license.txt')
             include('antlr2-license.txt')
+            include('antlr4-license.txt')
         }
         from("$projectDir/notices/NOTICE-JARJAR")
         from('src/resources/META-INF/groovy-release-info.properties') {
@@ -554,6 +555,7 @@ ext.distSpec = copySpec {
     into('licenses') {
         from 'licenses'
         include 'antlr2-license.txt'
+        include 'antlr4-license.txt'
         include 'asm-license.txt'
         include 'hamcrest-license.txt'
         include 'jline2-license.txt'