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: docs/modules/ROOT/pages/index.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,11 @@ a Gradle plugin based on the link:{oap-api}[openapi-processor-api] to handle any
46
46
|
47
47
|===
48
48
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.
0 commit comments