Add READMEs and LICENSE

This commit is contained in:
2020-07-24 12:57:57 +02:00
parent 67edac5eb8
commit f2d42487d0
4 changed files with 133 additions and 0 deletions

View File

@@ -52,3 +52,16 @@ jar {
}
}
distributions {
main {
contents {
from ('.') {
include '*.md'
include 'LICENSE'
}
from ('packs') {
into 'bin/packs'
}
}
}
}