Skip to content

Commit 3cd9256

Browse files
chore: use spotify fmt plugin in build.sh
1 parent c6b1e12 commit 3cd9256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test)
8282
RETURN_CODE=$?
8383
;;
8484
lint)
85-
mvn com.coveo:fmt-maven-plugin:check
85+
mvn com.spotify.fmt:fmt-maven-plugin:check
8686
RETURN_CODE=$?
8787
;;
8888
javadoc)

0 commit comments

Comments
 (0)