Releases: kuzyanov/google-java-format
Releases · kuzyanov/google-java-format
v1.15.0.ECO
1.15.0-SNAPSHOT -> 1.15.0.ECO
IDEA JDK 17 support
IDEA on JDK 17 support.
IDEA JVM flags for JDK 17:
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
Disable auto updates
- disable auto-updates of the plugin
- set max line length to 140 by default
v1.10.0-SNAPSHOT
IDEA 2021.1 support
IDEA 2020.1 support
Cherry picked IDEA 2020.1 support from this PR - google#452
Release 1.8
Add breaks to call chains
1.8-SNAPSHOT
Configurable max line length.
Max line length configuration support in IDEA plugin.