mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Simplify CI with my github action
This commit is contained in:
parent
237a882cd5
commit
518587a5d9
1 changed files with 4 additions and 7 deletions
11
.github/workflows/build_push.yml
vendored
11
.github/workflows/build_push.yml
vendored
|
@ -28,14 +28,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Validate Gradle Wrapper
|
- name: Setup Gradle
|
||||||
uses: gradle/wrapper-validation-action@v1
|
uses: null2264/actions/gradle-setup@b697b0b95bb90ab23c1145b744dddd2fd3e3a838
|
||||||
|
|
||||||
- name: Set up JDK
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java: 17
|
||||||
distribution: temurin
|
distro: adopt
|
||||||
|
|
||||||
- name: Copy CI gradle.properties
|
- name: Copy CI gradle.properties
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue