Skip to content

Commit 33b0148

Browse files
fix: use spotify formatter in hermetic build templates
1 parent e303ead commit 33b0148

File tree

1 file changed

+2
-2
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library/.kokoro

1 file changed

+2
-2
lines changed

hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test)
5959
RETURN_CODE=$?
6060
;;
6161
lint)
62-
mvn com.coveo:fmt-maven-plugin:check -B -ntp
62+
mvn com.spotify.fmt:fmt-maven-plugin:check -B -ntp
6363
RETURN_CODE=$?
6464
;;
6565
javadoc)
@@ -136,4 +136,4 @@ then
136136
fi
137137

138138
echo "exiting with ${RETURN_CODE}"
139-
exit ${RETURN_CODE}
139+
exit ${RETURN_CODE}

0 commit comments

Comments
 (0)