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
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -16,10 +16,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||
java-version: '21'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user