awslabs / aws-device-farm-gradle-plugin

Gradle plugin for AWS Device Farm.
Apache License 2.0
61 stars 32 forks source link

Ensure if we were not handed a testedApk that we will use the testPackage #20

Closed andreas-marschke closed 6 years ago

andreas-marschke commented 6 years ago

This change ensures we're using the testPackage if testedApk as passed in does not exist.

We can have this situation, when we are trying to run Android Library Tests which do not produce a main APK.

Without this fix a NullPointerException occurs as described in #14

Please review @appwiz @ahawker or whoever is in charge of this repository now.

appwiz commented 6 years ago

Merged - thanks!

andreas-marschke commented 6 years ago

@appwiz Thanks! Any chance you can push out a new release for this then? I'll need this in a project.

nicjansma commented 6 years ago

@appwiz Would you be able to push out a new release for this soon? Thank you!