mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-18 19:27:05 +00:00
6 lines
169 B
Groovy
6 lines
169 B
Groovy
|
configurations.maybeCreate("default")
|
||
|
exec {
|
||
|
workingDir '../../'
|
||
|
commandLine './gen-artifacts.sh', 'android'
|
||
|
}
|
||
|
artifacts.add("default", file('mobileNebula.aar'))
|