gradle-plugin-git-dependencies
gradle-plugin-git-dependencies copied to clipboard
gradlew install
Hi.
I'm trying to use this plugin to have git dependencies in my android project. i realised that after cloning the git repository, it is calling the install task on the cloned dependency, which in android is actually trying to install that dependency on the phone. If i do not have a phone connected to my pc, the task fails with
* What went wrong:
Execution failed for task ':installDebugAndroidTest'.
> com.android.builder.testing.api.DeviceException: No connected devices!
my thing is, why is it even calling 'install' ? build would be ok, but i dont want to install those dependencies on any phone.