mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-18 19:27:05 +00:00
dbe67c2f81
Co-authored-by: John Maguire <contact@johnmaguire.me>
6 lines
No EOL
169 B
Groovy
6 lines
No EOL
169 B
Groovy
configurations.maybeCreate("default")
|
|
exec {
|
|
workingDir '../../'
|
|
commandLine './gen-artifacts.sh', 'android'
|
|
}
|
|
artifacts.add("default", file('mobileNebula.aar')) |