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
👋 hi there, I think I located an issue in the plugin related to configuration cache.
Actual behavior
When setting a new value of Gradle configuration, like org.gradle.workers.max or org.gradle.configureondemand and running a build that has a configuration cache, Talaiot report shows old values.
Expected behavior
Report from Talaiot always shows correct values of Gradle configuration options.
👋 hi there, I think I located an issue in the plugin related to configuration cache.
Actual behavior
When setting a new value of Gradle configuration, like
org.gradle.workers.max
ororg.gradle.configureondemand
and running a build that has a configuration cache, Talaiot report shows old values.Expected behavior
Report from Talaiot always shows correct values of Gradle configuration options.
Here is the reproduction https://github.com/cdsap/Talaiot/compare/master...wzieba:Talaiot:configuration_cache_issue?expand=1
It seems that when a project uses a configuration cache, the values taken from
Gradle#startParameters
(or maybe other places as well) are not updated.The text was updated successfully, but these errors were encountered: