Skip to content

Commit b9544aa

Browse files
committed
docs: improve formatter note
1 parent 63542a1 commit b9544aa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ a Gradle plugin based on the link:{oap-api}[openapi-processor-api] to handle any
4646
|
4747
|===
4848

49-
NOTE: In case the generated source should be formatted with google code format, it is necessary to configure a few xref:oap::jdk.adoc[additional jvm parameters] to make google code format work when running the processor with JDK 16+.
49+
NOTE: In case the generated source should be formatted with https://github.com/google/google-java-format[google-java-format], it is necessary to configure a few xref:oap::jdk.adoc[additional jvm parameters] to make google code format work when running the processor with JDK 16+.
50+
+
51+
+
52+
An alternative is to use the eclipse formatter that does not need additional jvm parameters.
53+
5054

5155

5256
== Gradle dsl

0 commit comments

Comments
 (0)