jfrog / artifactory-gradle-plugin

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

Support Gradle configuration cache #58

Closed yahavi closed 1 year ago

yahavi commented 1 year ago

To prevent the Gradle configuration cache from failing, exclude the call to addProjectEvaluationListener. This approach closely mirrors the solution implemented at https://github.com/jfrog/artifactory-gradle-plugin/pull/49.

Furthermore, this pull request introduces changes to the Gradle initialization script to eliminate the use of Gradle.addListener() within the init script.

github-actions[bot] commented 1 year ago
[![](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://github.com/jfrog/frogbot#readme)
[JFrog Frogbot](https://github.com/jfrog/frogbot#readme)