mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Include license file in the jar
This commit is contained in:
parent
a784ad435f
commit
68ec6e2a37
@ -12,6 +12,10 @@ subprojects {
|
|||||||
options.encoding = 'UTF-8'
|
options.encoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
from '../LICENSE.txt'
|
||||||
|
}
|
||||||
|
|
||||||
def determinePatchVersion = {
|
def determinePatchVersion = {
|
||||||
// get the name of the last tag
|
// get the name of the last tag
|
||||||
def lastTag = new ByteArrayOutputStream()
|
def lastTag = new ByteArrayOutputStream()
|
||||||
|
Loading…
Reference in New Issue
Block a user