-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifactory doesn't meet configuration cache requirements #102
Comments
I took a look around and found #89 that brings up this issue and #58 is supposed to address this. |
We are also facing this issue ,
|
Also a recently reported excessive capture of the build environment: #127 |
Describe the bug
No ability to enable configuration cache while using artifactory as well as the fact artifactory makes use of cross configuration killing gains possible by configureondemand Gradle feature
Current behavior
Cross configuration and use of Project in task actions, implicit input/outputs instead of specified explicitly
Reproduction steps
Use artifactory gradle plugin
Expected behavior
Artifactory plugins adhere to best practices for Gradle plugins, avoid cross configuration, use lazy APIs, migrate all configuration cache incompatible code to new APIs
https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements
Artifactory Gradle plugin version
5.1.13
Operating system type and version
MacOS
JFrog Artifactory version
No response
Gradle version
No response
The text was updated successfully, but these errors were encountered: