Closed morux2 closed 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"
Seems I can't repro this issue, see https://github.com/Goooler/LawnchairRelease/commit/6a30d540e27674b9758295a435a4b25d2d3e4905.
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)