forked from core/mobile_nebula
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')) |