microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
55 stars 8 forks source link

Test variants discovery for Android projects #183

Closed Tanish-Ranjan closed 2 months ago

Tanish-Ranjan commented 2 months ago

My implementation in #173 takes into account any user defined build variants and the default build variants - debug and release except the default test variants - test and androidTest.

jdneo commented 2 months ago

Addressed by https://github.com/microsoft/build-server-for-gradle/pull/194