Vendor Gradle wrappers for new projects

This commit is contained in:
Dark98
2026-07-02 05:33:07 +01:00
parent 4b62fa108a
commit 6df469c073
9 changed files with 28 additions and 18 deletions
+3 -1
View File
@@ -20,5 +20,7 @@ if [ -f ./gradlew ]; then
chmod +x ./gradlew
./gradlew "$TASK"
else
gradle "$TASK"
echo "Error: ./gradlew is missing."
echo "This project needs the vendored Gradle wrapper generated by android-builder new."
exit 1
fi