Skip to content

Commit

Permalink
Merge pull request #181 from sullis/ci-mvnw
Browse files Browse the repository at this point in the history
ci: use mvnw instead of mvn
  • Loading branch information
vladimir-bukhtoyarov committed Oct 4, 2021
2 parents fb75d9d + d39dc6a commit 21a0732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
distribution: 'zulu'
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean package
run: ./mvnw --no-transfer-progress -B clean package

0 comments on commit 21a0732

Please sign in to comment.