Add READMEs and LICENSE
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -52,3 +52,16 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
distributions {
|
||||
main {
|
||||
contents {
|
||||
from ('.') {
|
||||
include '*.md'
|
||||
include 'LICENSE'
|
||||
}
|
||||
from ('packs') {
|
||||
into 'bin/packs'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user