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?
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?