Skip to content

Commit

Permalink
Replace mvnw with standard Maven commands to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-llm-bot[bot] authored Nov 27, 2023
1 parent eec4fd1 commit 407d726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-autogenerated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
restore-keys: |
${{ runner.os }}-m2-
- name: Build with Maven
run: chmod +x ./mvnw && ./mvnw package --file pom.xml
run: mvn package --file pom.xml
- name: Test with Maven
run: ./mvnw test --file pom.xml
run: mvn test --file pom.xml

0 comments on commit 407d726

Please sign in to comment.