mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-25 19:45:46 +01:00
Next try
This commit is contained in:
parent
378754d8b5
commit
67eafebeff
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -16,10 +16,9 @@ jobs:
|
|||||||
|
|
||||||
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: 'temurin'
|
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||||
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