From 9eac8b02791a681e7f51f4f007f8176bc0f0ce89 Mon Sep 17 00:00:00 2001 From: wtclaude Date: Sun, 19 Jul 2026 13:22:55 -0500 Subject: [PATCH] ci(android): make gradlew executable (100755) The wrapper script was committed 100644 (created on Windows, which doesn't track the +x bit), so the Linux CI runner failed the build step with './gradlew: Permission denied' (exit 126). Set the git executable bit so checkout restores it as runnable. Co-Authored-By: Claude --- gradlew | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 gradlew diff --git a/gradlew b/gradlew old mode 100644 new mode 100755