This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new cac1c31 GROOVY-9818: JSP-API license seems to be missing cont'd
cac1c31 is described below
commit cac1c31f14bc4ee53c55bbed935a57992aff9024
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 6886f04..bbcb45e 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -429,10 +429,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'
}
}