google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
458 stars 135 forks source link

oss-licenses-plugin test dependencies are not included since 0.10.5 #256

Closed morux2 closed 1 year ago

morux2 commented 1 year ago

Describe the bug Since oss-licenses-plugin 0.10.5, testImplementation are not included.

for example

Desktop (please complete the following information):

Additional context build.gradle(:app)

testImplementation "io.mockk:mockk-android:1.12.4"
androidTestImplementation "io.mockk:mockk-android:1.12.2"

testImplementation 'org.robolectric:robolectric:4.9'

implementation "com.airbnb.android:showkase:1.0.0-beta12"
kapt "com.airbnb.android:showkase-processor:1.0.0-beta12"
androidTestImplementation "com.airbnb.android:showkase-screenshot-testing:1.0.0-beta14"
kaptAndroidTest "com.airbnb.android:showkase-processor:1.0.0-beta12"
Goooler commented 1 year ago

Seems I can't repro this issue, see https://github.com/Goooler/LawnchairRelease/commit/6a30d540e27674b9758295a435a4b25d2d3e4905.