mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
- name: Setup Gradle
|
||||
uses: null2264/actions/gradle-setup@b697b0b95bb90ab23c1145b744dddd2fd3e3a838
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
java: 17
|
||||
distro: adopt
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue