jfrog / artifactory-gradle-plugin

JFrog Gradle plugin for Build Info extraction and Artifactory publishing.
Apache License 2.0
21 stars 15 forks source link

Remove registration of listener on 'Gradle.addListener' #49

Closed yahavi closed 1 year ago

yahavi commented 1 year ago

https://github.com/jfrog/build-info/issues/601 Remove the registration of DependencyResolutionListener and register a listener separately for each resolved configuration. That should allow using the plugin with configuration cache in Gradle 7.