vendredi 23 janvier 2015

How to specific the builds ./gradlew test will build

Say I have 2 different builds in my build.gradle buildTypes (debug, release). When I run the ./gradlew test command, both of those builds will be built and tested. How do I specify that I only want the 'debug' build to build and test when I run ./gradlew test?


Aucun commentaire:

Enregistrer un commentaire