File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ image::.github/images/setup-idea-dependency.png[Setup IntelliJ IDEA Dependencies
108
108
=== Setting up IntelliJ IDEA Plugin Development
109
109
110
110
111
+
111
112
==== Download Images
112
113
To develop the `spring-javaformat-intellij-idea-plugin` module, you need an IntelliJ IDEA application on your local machine.
113
114
@@ -185,7 +186,14 @@ Under `spring-javaformat` the following projects are defined:
185
186
186
187
* `spring-javaformat-checkstyle` - The checkstyle plugin
187
188
* `spring-javaformat-formatter` - The main formatter code
188
- * `spring-javaformat-formatter-eclipse` - The eclipse formatter (repackaged and slightly adapted)
189
+ * `spring-javaformat-formatter-test-support` - Support classes for tests
190
+ * `spring-javaformat-formatter-tests` - Tests for the formatter (external so that they we can test Java 8 and 11)
191
+ * `spring-javaformat-formatter-shader` - Shader support classes
192
+ * `spring-javaformat-formatter-shaded` - A shaded version of the formatter with all dependencies included
193
+ * `spring-javaformat-formatter-eclipse-jdk8` - The eclipse JDK 8 formatter (repackaged and slightly adapted)
194
+ * `spring-javaformat-formatter-eclipse-jdk11` - The eclipse JDK 11 formatter (repackaged and slightly adapted)
195
+ * `spring-javaformat-formatter-eclipse-jdt-jdk8` - The eclipse JDT import for JDK 8
196
+ * `spring-javaformat-formatter-eclipse-jdt-jdk11` - The eclipse JDT import for JDK 8
189
197
* `spring-javaformat-formatter-eclipse-rewriter` - Internal utility used to modify eclipse code
190
198
* `spring-javaformat-formatter-eclipse-runtime` - Eclipse runtime JAR for use when running outside of Eclipse
191
199
You can’t perform that action at this time.
0 commit comments