Include license file in the jar

This commit is contained in:
Luck 2018-08-14 10:56:07 +01:00
parent a784ad435f
commit 68ec6e2a37
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -12,6 +12,10 @@ subprojects {
options.encoding = 'UTF-8'
}
jar {
from '../LICENSE.txt'
}
def determinePatchVersion = {
// get the name of the last tag
def lastTag = new ByteArrayOutputStream()