@@ -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
The note is not visible to the blocked user.