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 67fac0b commit ed34389Copy full SHA for ed34389
.github/workflows/ci.yml
@@ -14,4 +14,4 @@ jobs:
14
java-version: '17'
15
distribution: 'adopt'
16
- name: Build with Maven
17
- run: mvn --batch-mode verify
+ run: ./mvnw --batch-mode clean verify
0 commit comments