Don't use cache for distro build (#3581)
This commit is contained in:
parent
0fd8d2cc47
commit
1170c1a526
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue