Update build workflow actions
This commit is contained in:
parent
d2676099b6
commit
c1c934011f
2 changed files with 4 additions and 2 deletions
|
|
@ -32,9 +32,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
|
|
|||
3
.github/workflows/build_check.yml
vendored
3
.github/workflows/build_check.yml
vendored
|
|
@ -28,9 +28,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue