You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-gradle/README.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,21 +197,6 @@ spotless {
197
197
formatAnnotations()
198
198
```
199
199
200
-
**⚠️ Note on using Google Java Format with Java 16+**
201
-
202
-
Using Java 16+ with Google Java Format 1.10.0 [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) to the running JDK.
203
-
These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)).
204
-
205
-
For example the following file under `gradle.properties` will run gradle with the required flags:
**⚠️ Note on using Palantir Java Format with Java 16+**
229
-
230
-
Using Java 16+ with Palantir Java Format [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) on the running JDK.
231
-
These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)).
232
-
233
-
For example the following file under `gradle.properties` will run gradle with the required flags:
This is a workaround to a [pending issue](https://github.com/diffplug/spotless/issues/834).
242
-
243
213
### eclipse jdt
244
214
245
215
[homepage](https://www.eclipse.org/downloads/packages/). [compatible versions](https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_jdt_formatter). See [here](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the config file mentioned below.
Copy file name to clipboardExpand all lines: plugin-maven/README.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,17 +214,6 @@ any other maven phase (i.e. compile) then it can be configured as below;
214
214
</googleJavaFormat>
215
215
```
216
216
217
-
**⚠️ Note on using Google Java Format with Java 16+**
218
-
219
-
Using Java 16+ with Google Java Format 1.10.0 [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) to the running JDK.
220
-
These Flags can be provided using `MAVEN_OPTS` environment variable or using the `./mvn/jvm.config` file (See [documentation](https://maven.apache.org/configure.html#mvn-jvm-config-file)).
221
-
222
-
For example the following file under `.mvn/jvm.config` will run maven with the required flags:
@@ -235,17 +224,6 @@ This is a workaround to a [pending issue](https://github.com/diffplug/spotless/i
235
224
</palantirJavaFormat>
236
225
```
237
226
238
-
**⚠️ Note on using Palantir Java Format with Java 16+**
239
-
240
-
Using Java 16+ with Palantir Java Format [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) on the running JDK.
241
-
These Flags can be provided using `MAVEN_OPTS` environment variable or using the `./mvn/jvm.config` file (See [documentation](https://maven.apache.org/configure.html#mvn-jvm-config-file)).
242
-
243
-
For example the following file under `.mvn/jvm.config` will run maven with the required flags:
This is a workaround to a [pending issue](https://github.com/diffplug/spotless/issues/834).
248
-
249
227
### eclipse jdt
250
228
251
229
[homepage](https://www.eclipse.org/downloads/packages/). [compatible versions](https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_jdt_formatter). [code](https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/java/Eclipse.java). See [here](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the config file mentioned below.
0 commit comments