Skip to content
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

Fix Gradle configuration cache warnings in JarSearchableOptionsTask & PrepareJarSearchableOptionsTask #1771

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Fix Gradle configuration cache warnings in JarSearchableOptionsTask &…

    … PrepareJarSearchableOptionsTask caused by lazy value calculation, which uses a task reference. It has been fixed by moving out the value of Task.enabled into a property and explicitly defining it as a task input. Also added explicit dependencies between buildSearchableOptions -> prepareJarSearchableOptions -> jarSearchableOptions.
    AlexanderBartash committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b2e8e9f View commit details
    Browse the repository at this point in the history