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 074830e commit 1facefeCopy full SHA for 1facefe
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
java-version: '11'
18
- name: Build project with Maven
19
- run: mvn install
+ run: mvn -B -ntp install
0 commit comments