Skip to content

Releases: kuzyanov/google-java-format

v1.15.0.ECO.XX

Choose a tag to compare

@aHsirG aHsirG released this 02 Feb 22:17

Сборка под целевые jvm v1.15.0.ECO.XX где XX версия jvm

v1.15.0.ECO

Choose a tag to compare

@kuzyanov kuzyanov released this 19 Oct 17:27

1.15.0-SNAPSHOT -> 1.15.0.ECO

IDEA JDK 17 support

IDEA JDK 17 support Pre-release
Pre-release

Choose a tag to compare

@kuzyanov kuzyanov released this 12 Sep 14:51
769d65f

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 Pre-release
Pre-release

Choose a tag to compare

@kuzyanov kuzyanov released this 15 Jun 14:20
c377ca5
  • disable auto-updates of the plugin
  • set max line length to 140 by default

v1.10.0-SNAPSHOT

v1.10.0-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@kuzyanov kuzyanov released this 19 Apr 11:17

IDEA 2021.1 support

IDEA 2020.1 support

IDEA 2020.1 support Pre-release
Pre-release

Choose a tag to compare

@kuzyanov kuzyanov released this 15 Apr 16:35

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

Release 1.8

Choose a tag to compare

@kuzyanov kuzyanov released this 19 Mar 16:01

Add breaks to call chains

1.8-SNAPSHOT

1.8-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@kuzyanov kuzyanov released this 16 Dec 21:28

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