ndtp / android-testify

Add screenshots to your Android tests
Other
99 stars 5 forks source link

Build failed when use configuration cache. #184

Closed ShulgaMaxim closed 8 months ago

ShulgaMaxim commented 8 months ago

Describe the bug Build failed when use configuration cache.

Plugin version: 2.0.0-beta04

This issue relates to:

To Reproduce Steps to reproduce the behavior:

  1. Run task with configuration cache: ./gradlew --configuration-cache help
  2. See error: Plugin 'dev.testify': external process started 'mySdkLocation/platform-tools/adb devices'

Expected behavior Successful build

Desktop:

DanielJette commented 8 months ago

Duplicate of https://github.com/ndtp/android-testify/issues/79

DanielJette commented 8 months ago

Thank you for the bug report @ShulgaMaxim I've combined this issue with #79 I'll try to fix this in the next RC build

DanielJette commented 7 months ago

Investigated this further @ShulgaMaxim and it will require a breaking change to the Gradle Plugin. So, this will have to happen after the 2.0.0 build is released.