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

Update Gradle: 6.3 -> 6.6, add build cache and build scans #611

Merged
merged 2 commits into from
Aug 19, 2020

Commits on Aug 19, 2020

  1. Update Gradle to 6.6

    vlsi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    602ef81 View commit details
    Browse the repository at this point in the history
  2. Configure Gradle local build cache, add build scans, and use gradle-c…

    …ache-action for GitHub CI
    
    This commit configures local build cache, and it delegates
    Gradle execution to burrunan/gradle-cache-action.
    
    It unlocks fine-grained remote build cache with GitHub Actions backend
    (=faster builds), and it adds error markers
    (e.g. compilation errors right in the commit diffs)
    
    See https://github.com/burrunan/gradle-cache-action#gradle-cache-action
    vlsi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    40cbe52 View commit details
    Browse the repository at this point in the history