Skip to content

Commit

Permalink
Try default mvn tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
kqarryzada committed Oct 13, 2023
1 parent 9880b8a commit a71727b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Checkstyle
run: |
./mvnw checkstyle:check -Dcheckstyle.config.location=config/scim2-parent-checkstyle.xml
mvn checkstyle:check -Dcheckstyle.config.location=config/scim2-parent-checkstyle.xml
build:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Build
run: |
./mvnw clean package
mvn clean package

0 comments on commit a71727b

Please sign in to comment.