Skip to content

Commit b327fb6

Browse files
chore(internal): allow passing args to ./scripts/test
1 parent c9ff6da commit b327fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo "==> Building classes"
8-
./gradlew build testClasses -x test
8+
./gradlew build testClasses "$@" -x test

0 commit comments

Comments
 (0)