File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ test-logging)
5757 RETURN_CODE=$?
5858 ;;
5959lint)
60- mvn com.coveo :fmt-maven-plugin:check -B -ntp
60+ mvn com.spotify.fmt :fmt-maven-plugin:check -B -ntp
6161 RETURN_CODE=$?
6262 ;;
6363javadoc)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Code in this repo is formatted with
8484[ google-java-format] ( https://github.com/google/google-java-format ) .
8585To run formatting on your project, you can run:
8686```
87- mvn com.coveo :fmt-maven-plugin:format
87+ mvn com.spotify.fmt :fmt-maven-plugin:format
8888```
8989
9090[ 1 ] : https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
Original file line number Diff line number Diff line change 107107 </plugin >
108108
109109 <plugin >
110- <groupId >com.coveo </groupId >
110+ <groupId >com.spotify.fmt </groupId >
111111 <artifactId >fmt-maven-plugin</artifactId >
112- <version >2.13 </version >
112+ <version >2.25 </version >
113113 <configuration >
114114 <verbose >true</verbose >
115115 </configuration >
You can’t perform that action at this time.
0 commit comments