Skip to content

Commit f824a9d

Browse files
abueideclaude
andcommitted
fix(android): use gradle instead of ./gradlew in test suite
The Android example doesn't have a gradle wrapper, so use the system gradle command. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 160fc6a commit f824a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/android/tests/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_strict: true
1212
processes:
1313
# Phase 1: Build - runs first (no dependency)
1414
build-app:
15-
command: "./gradlew assembleDebug"
15+
command: "gradle assembleDebug"
1616
availability:
1717
restart: "no"
1818

0 commit comments

Comments
 (0)