This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_2_4_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_2_4_X by this push:
new ad7276c GROOVY-9818: JSP-API license seems to be missing cont'd
ad7276c is described below
commit ad7276c0657c6efce0705d082f8f74f9ba26b0f0
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 b654ef2..dca350a 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -527,9 +527,11 @@ 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 'junit-license.txt'
+ include 'servlet-api-license.txt'
include 'xstream-license.txt'
}
into('embeddable') {