Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemeyer committed Mar 2, 2024
1 parent af09f6d commit 1de533d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on: push

jobs:
build:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with maven
run: mvn -B package --file pom.xml
- name: Build with maven
run: mvn -B package --file pom.xml

0 comments on commit 1de533d

Please sign in to comment.