Don't use cache for distro build (#3581)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-07-15 13:01:55 +03:00 committed by GitHub
parent 0fd8d2cc47
commit 1170c1a526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 25 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: