From 546c758cc5be91141118cc1b9c560b082ea191cd Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Wed, 22 Jul 2020 19:59:45 -0700 Subject: [PATCH] Update links to Spotless' new documentation layout Also included the Spotless maven plugin (2+ years old, but not well marketed) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12ca348e..9ce399838 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,10 @@ Implementation`. ### Third-party integrations * Gradle plugins - * [Spotless](https://github.com/diffplug/spotless/tree/master/plugin-gradle#applying-to-java-source-google-java-format): + * [spotless](https://github.com/diffplug/spotless/tree/main/plugin-gradle#google-java-format) * [sherter/google-java-format-gradle-plugin](https://github.com/sherter/google-java-format-gradle-plugin) * Apache Maven plugins + * [spotless](https://github.com/diffplug/spotless/tree/main/plugin-maven#google-java-format) * [coveo/fmt-maven-plugin](https://github.com/coveo/fmt-maven-plugin) * [talios/googleformatter-maven-plugin](https://github.com/talios/googleformatter-maven-plugin) * [Cosium/maven-git-code-format](https://github.com/Cosium/maven-git-code-format):