From a9b891286e7d3b921bf87e64cee79b07c0a248b3 Mon Sep 17 00:00:00 2001 From: Kevin Wheeler Date: Thu, 31 Aug 2023 08:48:23 -0500 Subject: [PATCH] Add links to JAR files for IntelliJ Checkstyle setup See gh-391 --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index bd7cf2a3..ffca7a09 100644 --- a/README.adoc +++ b/README.adoc @@ -264,10 +264,12 @@ To configure the plugin, create your own Checkstyle configuration file with the Once the configuration file is created, configure your IDE to use it: +* Download `spring-javaformat-checkstyle-{release-version}.jar` from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-checkstyle/{release-version}[Maven Central]. +* Download `spring-javaformat-config-{release-version}.jar` from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-config/{release-version}[Maven Central]. * Open `Preferences` - `Tools` - `Checkstyle` * Add `spring-javaformat-checkstyle-{release-version}.jar` and `spring-javaformat-config-{release-version}.jar` to the `Third-Party Checks` * Specify the appropriate `Checkstyle version` -* Add your Checkstyle configuration file +* Add and enable your Checkstyle configuration file