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