udpated gradle Command
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 6m14s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 11s

This commit is contained in:
2025-12-09 17:15:58 +01:00
parent 66212bfde4
commit 1c512b2ae3

View File

@@ -6,7 +6,7 @@
for dir in src/*/; do
if [ -f "$dir/build.gradle" ]; then
echo "Building project in $dir"
(cd "$dir" && gradle build)
(cd "$dir" && gradle assembleDebug)
else
echo "No build.gradle found in $dir, skipping."
fi