Include license file in the jar

This commit is contained in:
Luck
2018-08-14 10:56:07 +01:00
Unverified
parent a784ad435f
commit 68ec6e2a37
+4
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()