File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ java -jar /path/to/google-java-format-${GJF_VERSION?}-all-deps.jar <options> [fi
1919Note that it uses the ` jdk.compiler ` module to parse the Java source code. The
2020` java ` binary version used must therefore be from a JDK (not JRE) with a version
2121equal to or newer than the Java language version of the files being formatted.
22- An alternative is to use the available GraalVM based native binaries instead.
22+ The minimum Java version can be found in ` core/pom.xml ` (currently Java 17). An
23+ alternative is to use the available GraalVM based native binaries instead.
2324
2425The formatter can act on whole files, on limited lines (` --lines ` ), on specific
2526offsets (` --offset ` ), passing through to standard-out (default) or altered
You can’t perform that action at this time.
0 commit comments