updated java version
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 8m44s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s

This commit is contained in:
2025-12-10 11:05:14 +01:00
parent fcdace915d
commit b088823836
3 changed files with 2 additions and 4 deletions

View File

@@ -29,6 +29,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"
gradle --stop
(cd "$dir" && gradle clean $BUILD_MODE $BUILD_LOGGING)
else
echo "No build.gradle found in $dir, skipping."