diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d11178981..5150000f66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,11 +171,6 @@ jobs: distribution: adopt java-version: 11 - - name: Restore cache - uses: burrunan/gradle-cache-action@v1.10 - with: - job-id: jdk11 - - name: Cache Gradle Wrapper uses: actions/cache@v2 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 64443ce50f..95cdbc7621 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -171,11 +171,6 @@ jobs: distribution: adopt java-version: 11 - - name: Restore cache - uses: burrunan/gradle-cache-action@v1.10 - with: - job-id: jdk11 - - name: Cache Gradle Wrapper uses: actions/cache@v2 with: diff --git a/.github/workflows/patch-release-build.yml b/.github/workflows/patch-release-build.yml index 1d685005ba..7281ab6d89 100644 --- a/.github/workflows/patch-release-build.yml +++ b/.github/workflows/patch-release-build.yml @@ -155,11 +155,6 @@ jobs: distribution: adopt java-version: 11 - - name: Restore cache - uses: burrunan/gradle-cache-action@v1.10 - with: - job-id: jdk11 - - name: Cache Gradle Wrapper uses: actions/cache@v2 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f83072694a..770ed17b08 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -219,11 +219,6 @@ jobs: distribution: adopt java-version: 11 - - name: Restore cache - uses: burrunan/gradle-cache-action@v1.10 - with: - job-id: jdk11 - - name: Cache Gradle Wrapper uses: actions/cache@v2 with: diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 8220390532..37b4562c92 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -110,11 +110,6 @@ jobs: distribution: adopt java-version: 11 - - name: Restore cache - uses: burrunan/gradle-cache-action@v1.10 - with: - job-id: jdk11 - - name: Cache Gradle Wrapper uses: actions/cache@v2 with: