• Include Gradle invocation arguments in cache keys (#69)
    Some checks are pending
    dev / check (push) Waiting to run
    prod / basic-build (macos-latest) (push) Waiting to run
    prod / basic-build (ubuntu-latest) (push) Waiting to run
    prod / basic-build (windows-latest) (push) Waiting to run
    prod / gradle-execution (macos-latest) (push) Blocked by required conditions
    prod / gradle-execution (ubuntu-latest) (push) Blocked by required conditions
    prod / gradle-execution (windows-latest, .bat) (push) Blocked by required conditions
    prod / dependencies-cache (macos-latest) (push) Blocked by required conditions
    prod / dependencies-cache (ubuntu-latest) (push) Blocked by required conditions
    prod / dependencies-cache (windows-latest) (push) Blocked by required conditions
    prod / configuration-cache (macos-latest) (push) Blocked by required conditions
    prod / configuration-cache (ubuntu-latest) (push) Blocked by required conditions
    prod / configuration-cache (windows-latest) (push) Blocked by required conditions
    prod / cache-read-only (macos-latest) (push) Blocked by required conditions
    prod / cache-read-only (ubuntu-latest) (push) Blocked by required conditions
    prod / cache-read-only (windows-latest) (push) Blocked by required conditions
    prod / failures (push) Blocked by required conditions

    Ghost released this 2021-08-23 07:11:05 +08:00 | 1047 commits to main since this release

    This permits a new cache entry to be persisted when a subsequent Gradle invocation does more work that an earlier invocation.

    Fixes #68

    Downloads