We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c0a43 commit 0940308Copy full SHA for 0940308
.github/workflows/test.yml
@@ -14,4 +14,4 @@ jobs:
14
java-version: 17
15
16
- name: Build project with Maven
17
- run: mvn -B package --file pom.xml
+ run: ./mvnw -B package --file pom.xml
0 commit comments