Skip to content

Commit ab08aeb

Browse files
Update main.yml
1 parent 6d7f36c commit ab08aeb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: Build and Test with Maven
2525
run: |
2626
cd demo
27-
chmod +x mvnw
28-
./mvnw -B package --file pom.xml
27+
mvn -B package --file pom.xml
2928
3029
- name: Upload Build Artifact
3130
if: success()

0 commit comments

Comments
 (0)