This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
new 8d9eb36 GROOVY-9818: JSP-API license seems to be missing cont'd
8d9eb36 is described below
commit 8d9eb363ab09cea63118e36cfa1eb261b258575c
Author: Paul King <[email protected]>
AuthorDate: Thu Nov 26 22:03:20 2020 +1000
GROOVY-9818: JSP-API license seems to be missing cont'd
---
gradle/assemble.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 067d78f..38f186c 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -428,10 +428,12 @@ ext.distSpec = copySpec {
include 'asm-license.txt'
include 'hamcrest-license.txt'
include 'jline2-license.txt'
+ include 'jsp-api-license.txt'
include 'jsr166y-license.txt'
include 'jsr223-license.txt'
include 'junit4-license.txt'
include 'junit5-license.txt'
+ include 'servlet-api-license.txt'
include 'xstream-license.txt'
}
}