You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Gradle 8.3 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock Plugin still uses the TaskExecutionListener 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?
The text was updated successfully, but these errors were encountered:
In Gradle 7.4,
org.gradle.api.execution.TaskExecutionListener
has been soft deprecated (@Deprecated
annotation).For Gradle 8.3 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock Plugin still uses the
TaskExecutionListener
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?
The text was updated successfully, but these errors were encountered: