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

Stop using Closure in dependencyFilter

Open pkubowicz opened this issue 1 year ago • 0 comments

It's very inconvenient to use extensions having Closure in their API: https://docs.gradle.org/current/userguide/kotlin_dsl.html#groovy_closures_from_kotlin

DependencyLockExtension#setDependencyFilter should use Action instead of Closure.

pkubowicz avatar May 27 '24 11:05 pkubowicz