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 25e82bb commit 248c60dCopy full SHA for 248c60d
.github/workflows/dependency-test.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: "Build SDK"
75
run: |
76
- MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting -pl -spring-app"
+ MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
77
mvn $MVN_ARGS
78
79
test-dependency-versions:
0 commit comments