I have a gradle config in Android Studio that runs...
# gradle
j
I have a gradle config in Android Studio that runs all my tests. How do I execute that from the terminal?
v
./gradlew check
?