Include license file in the jar
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user