Skip to content

Commit 248c60d

Browse files
committed
Fix
1 parent 25e82bb commit 248c60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: "Build SDK"
7575
run: |
76-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting -pl -spring-app"
76+
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
7777
mvn $MVN_ARGS
7878
7979
test-dependency-versions:

0 commit comments

Comments
 (0)