Skip to content

Commit

Permalink
Run the Maven default goal in the GitHub builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 16, 2020
1 parent 60eccbc commit 4177ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V package --file pom.xml --no-transfer-progress
run: mvn -V --file pom.xml --no-transfer-progress

0 comments on commit 4177ecd

Please sign in to comment.