We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d333fcd commit f858df6Copy full SHA for f858df6
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
25
- name: Build and Test
26
id: buildAndTest
27
- run: mvn -B clean install -Pdependency-check
+ run: mvn -B clean install
28
- uses: actions/upload-artifact@v2
29
with:
30
name: artifacts
0 commit comments