We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa454f commit 96a5f21Copy full SHA for 96a5f21
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
with:
14
java-version: 8
15
- name: Build with Maven
16
- run: mvn verify
+ run: ./mvnw --no-transfer-progress verify
0 commit comments