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

Support configuration cache (second attempt) #307

Merged
merged 1 commit into from
May 15, 2022

Commits on May 8, 2022

  1. Support configuration cache (second attempt)

    * Avoid using global variable because Gradle has no idea about it and cannot recreate when configuration cache is reused. Use explicit task input instead.
    * Annotate other task inputs.
    * Convert internal "shot" property to function. It's used only once by each task anyway.
    MyDogTom committed May 8, 2022
    Configuration menu
    Copy the full SHA
    70703b0 View commit details
    Browse the repository at this point in the history