Added build scripts
This commit is contained in:
@@ -97,4 +97,12 @@ task copyLibs(type: Copy) {
|
||||
from configurations.runtimeClasspath
|
||||
}
|
||||
|
||||
task createPackages(type: Exec) {
|
||||
commandLine './buildPackages.sh'
|
||||
}
|
||||
|
||||
|
||||
build.dependsOn(copyLibs)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user