Skip to content

Commit

Permalink
Build test again
Browse files Browse the repository at this point in the history
  • Loading branch information
colaman90 committed Sep 8, 2024
1 parent 67eafeb commit 7deb779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7deb779

Please sign in to comment.