Skip to content

Updating Gradle configuration doesn't update values in Talaiot report #390

@wzieba

Description

@wzieba

👋 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.


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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions