Skip to content

Releases: kuzyanov/google-java-format

v1.15.0.ECO

19 Oct 17:27
Compare
Choose a tag to compare

1.15.0-SNAPSHOT -> 1.15.0.ECO

IDEA JDK 17 support

12 Sep 14:51
769d65f
Compare
Choose a tag to compare
IDEA JDK 17 support Pre-release
Pre-release

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

15 Jun 14:20
c377ca5
Compare
Choose a tag to compare
Disable auto updates Pre-release
Pre-release
  • disable auto-updates of the plugin
  • set max line length to 140 by default

v1.10.0-SNAPSHOT

19 Apr 11:17
Compare
Choose a tag to compare
v1.10.0-SNAPSHOT Pre-release
Pre-release

IDEA 2021.1 support

IDEA 2020.1 support

15 Apr 16:35
Compare
Choose a tag to compare
IDEA 2020.1 support Pre-release
Pre-release

Cherry picked IDEA 2020.1 support from this PR - google#452

Release 1.8

19 Mar 16:01
Compare
Choose a tag to compare

Add breaks to call chains

1.8-SNAPSHOT

16 Dec 21:28
Compare
Choose a tag to compare
1.8-SNAPSHOT Pre-release
Pre-release

Configurable max line length.
Max line length configuration support in IDEA plugin.