Skip to content

Commit

Permalink
Update Maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
jiep committed May 1, 2024
1 parent 76a148c commit 89b9090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'zulu'
java-version: '8'
- name: Build with Maven
run: mvn clean resources:resources assembly:assembly -DdescriptorId=jar-with-dependencies
run: mvn clean compile resources:resources assembly:single

- name: Set release
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit 89b9090

Please sign in to comment.