Added build scripts

This commit is contained in:
saval559362
2020-12-29 22:22:46 +03:00
parent b6dd925c60
commit 6bae69ff04
5 changed files with 171 additions and 0 deletions

View File

@@ -97,4 +97,12 @@ task copyLibs(type: Copy) {
from configurations.runtimeClasspath
}
task createPackages(type: Exec) {
commandLine './buildPackages.sh'
}
build.dependsOn(copyLibs)