Merge pull request #9 from ThomasRubini/ci
This commit is contained in:
commit
f649f85be1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -13,6 +13,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: 17
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
./gradlew jar
|
./gradlew jar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user