set build to standard build method from gradle
This commit is contained in:
2
build.sh
2
build.sh
@@ -19,7 +19,7 @@ yes | /opt/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
|
||||
for dir in src/*/; do
|
||||
if [ -f "$dir/build.gradle" ]; then
|
||||
echo "Building project in $dir"
|
||||
(cd "$dir" && gradle assembleDebug)
|
||||
(cd "$dir" && gradle build)
|
||||
else
|
||||
echo "No build.gradle found in $dir, skipping."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user