Skip to content

Commit 25e82bb

Browse files
committed
Fix
1 parent 2e06471 commit 25e82bb

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 -pl -spring-app"
7777
mvn $MVN_ARGS
7878
7979
test-dependency-versions:

0 commit comments

Comments
 (0)