gradle-dependency-lock-plugin icon indicating copy to clipboard operation
gradle-dependency-lock-plugin copied to clipboard

Plugin should not use the deprecated NameMatcher type

Open eskatos opened this issue 3 years ago • 0 comments

In Gradle 7.1, org.gradle.util.NameMatcher has been soft deprecated (@Deprecated annotation).

For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock Plugin still uses the NameMatcher type. We will postpone adding the deprecation nagging because users currently cannot resolve it.

Could you please look into removing that usage from the Nebula Dependency Lock Plugin?

eskatos avatar Sep 07 '22 14:09 eskatos