mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
Update build_push.yml
This commit is contained in:
parent
f3f8190bfa
commit
768417bfa7
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build_push.yml
vendored
7
.github/workflows/build_push.yml
vendored
|
@ -30,10 +30,11 @@ jobs:
|
|||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue