Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore authored Jul 10, 2024
1 parent fd586e3 commit 4a854b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Show maven version
run: mvn --version
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 4a854b1

Please # to comment.