We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c5b99 commit b8f2241Copy full SHA for b8f2241
allVariants
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-for var in 2.5 3.0 4.0; do
+for var in 2.5 3.0 4.0 5.0; do
3
./gradlew -Dvariant="$var" "$@"
4
done
allVariants.bat
@echo off
-for %%v in (2.5 3.0 4.0) do (
+for %%v in (2.5 3.0 4.0 5.0) do (
gradlew.bat -Dvariant=%%v %*
)
0 commit comments