mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-25 11:35:32 +01:00
Next try
This commit is contained in:
parent
378754d8b5
commit
67eafebeff
13
.github/workflows/maven.yml
vendored
13
.github/workflows/maven.yml
vendored
@ -14,12 +14,11 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 21
|
- uses: actions/setup-java@v4
|
||||||
uses: actions/setup-java@v4
|
with:
|
||||||
with:
|
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||||
distribution: 'temurin'
|
java-version: '21'
|
||||||
java-version: 21
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user