We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583d585 commit 2eaa488Copy full SHA for 2eaa488
CONTRIBUTING.md
@@ -84,7 +84,7 @@ Code in this repo is formatted with
84
[google-java-format](https://github.com/google/google-java-format).
85
To run formatting on your project, you can run:
86
```
87
-mvn com.spotify.fmt:fmt-maven-plugin:format
+mvn com.coveo:fmt-maven-plugin:format
88
89
90
[1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
renovate.json
@@ -63,6 +63,7 @@
63
"^org.jacoco:",
64
"^org.codehaus.mojo:",
65
"^org.sonatype.plugins:",
66
+ "^com.coveo:",
67
"^com.google.cloud:google-cloud-shared-config"
68
],
69
"semanticCommitType": "build",
0 commit comments