nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
761 stars 88 forks source link

TestFixtureImplementation scope is handled incorrectly by fixLinkgGradle #368

Open s-kramer opened 2 years ago

s-kramer commented 2 years ago

Running fixLintGradle either changes testFixtureImplementation dependencies into testImplementation which break the compilation (project 1), or removes required dependencies all together (project 2, project attached)

id "nebula.lint" version "17.5.0" gradleLintBug.zip