google/play-services-plugins

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

morux2 opened this issue · 1 comments

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

for example

  • mockk
  • robolectric
  • showkase

Desktop (please complete the following information):

  • Gradle version : 7.4
  • Android Studio version : Android Studio Dolphin | 2021.3.1
  • Plugin name and version : OSS Licenses 17.0.0

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"

Seems I can't repro this issue, see Goooler/LawnchairRelease@6a30d54.