Skip to content

Commit d929dd3

Browse files
committed
chore: Remove multi thread
1 parent 3768271 commit d929dd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ case ${JOB_TYPE} in
108108
# exit 0
109109
# fi
110110

111-
mvn -B -ntp \
112-
-T 1C \
113-
com.spotify.fmt:fmt-maven-plugin:check
111+
mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check
114112
mvn -B -ntp checkstyle:check@checkstyle
115113
;;
116114
*) ;;

0 commit comments

Comments
 (0)