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

Upgrade workflows to gradle/gradle-build-action@v2 #1151

Merged
merged 1 commit into from
Jan 17, 2022

Commits on Jan 16, 2022

  1. Upgrades the GitHub actions workflows to use `gradle/gradle-build-act…

    …ion@v2` (presently v2.1).
    
    This action implementation replaces the previous `eskatos/gradle-command-action@v1`.
    
    This new action:
    - has simpler configuration
    - does a better job of caching the Gradle User Home state between build invocations
    - automatically adds annotations with build scan URLs for all gradle invocations.
    
    Due to the second item, I've removed the separate use of `actions/cache` for caching.
    bigdaz committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    8e59393 View commit details
    Browse the repository at this point in the history