We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7f36c commit ab08aebCopy full SHA for ab08aeb
1 file changed
.github/workflows/main.yml
@@ -24,8 +24,7 @@ jobs:
24
- name: Build and Test with Maven
25
run: |
26
cd demo
27
- chmod +x mvnw
28
- ./mvnw -B package --file pom.xml
+ mvn -B package --file pom.xml
29
30
- name: Upload Build Artifact
31
if: success()
0 commit comments