We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9826b commit 38255faCopy full SHA for 38255fa
README.md
@@ -19,6 +19,7 @@ java -jar /path/to/google-java-format-${GJF_VERSION?}-all-deps.jar <options> [fi
19
Note that it uses the `jdk.compiler` module to parse the Java source code. The
20
`java` binary version used must therefore be from a JDK (not JRE) with a version
21
equal to or newer than the Java language version of the files being formatted.
22
+The minimum Java version can be found in `core/pom.xml` (currently Java 17).
23
An alternative is to use the available GraalVM based native binaries instead.
24
25
The formatter can act on whole files, on limited lines (`--lines`), on specific
0 commit comments