File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : " Build SDK"
7575 run : |
76- MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
76+ MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting -pl '!:spring-app' "
7777 mvn $MVN_ARGS
7878
7979 test-dependency-versions :
9898
9999 - name : " Run tests with explicit version"
100100 run : |
101- MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package -pl :spring-app -DskipTests=false -Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true"
101+ MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package -pl :spring-app -DskipTests=false -DskipFormatting - Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true"
102102 mvn $MVN_ARGS
103103 env :
104104 # See "End-to-end test application instructions" on the README.md to update the secret
You can’t perform that action at this time.
0 commit comments