Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp authored Dec 29, 2024
1 parent e79ac9c commit 207af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B install --file pom.xml
- name: PMD with Maven
run: mvn pmd:pmd --file pom.xml

Expand Down

0 comments on commit 207af1d

Please sign in to comment.