Skip to content

Releases: sherter/google-java-format-gradle-plugin

v0.9

08 Jun 19:30
Compare
Choose a tag to compare

Changes since v0.8:

  • Support google-java-format up to (at least) v1.8
  • Support Gradle up to (at least) v6.5 without deprecation warnings

v0.8

29 Nov 22:45
Compare
Choose a tag to compare

Changes since v0.7.1:

  • Avoid task configuration when possible (@tbroyer)
  • Add support for Gradle v5.0 (@thyming)

v0.7.1

13 Jun 18:35
Compare
Choose a tag to compare

(plugin portal publication for v0.7 was broken, therefore this bugfix release)

Changes:

  • officially support new google-java-format versions (up to v1.6)
  • google-java-format v1.6 is the new default version
  • support running on jdk 9 (and 10) jvm
  • bugfix: properly handle application in multiple subprojects

v0.6

29 Dec 18:59
v0.6
Compare
Choose a tag to compare
* New: filter inputs on the command line with include patterns

v0.5

20 Oct 23:31
v0.5
Compare
Choose a tag to compare
Changes:
* New feature: make tasks' default inputs configurable in the extension object

v0.4.1

13 Oct 16:35
v0.4.1
Compare
Choose a tag to compare
Fix: In v0.4 the version number was not updated from 0.4-SNAPSHOT to
0.4. This release only corrects this mistake and sets the version to
0.4.1. See the release notes of v0.4 for actual changes.

Released version v0.4

13 Oct 16:21
v0.4
Compare
Choose a tag to compare
Changes in this release:
* Bugfix: #9 Close file channels
* Remove support for g-j-f v0.1-alpha
* Add support for and use g-j-f v1.1 by default. For g-j-f v1.1 we also
  utilize the new RemoveUnusedImports class in addition to regular
  code/javadoc formating andimport ordering.

v0.3.2

15 Jun 18:38
Compare
Choose a tag to compare

fix: upload proper artifact to plugin portal

v0.3.1: fix: generate proper pom file

15 Jun 17:33
Compare
Choose a tag to compare

Bugfix: v0.3 couldn't be applied from the plugin portal because of an incorrect pom file

v0.3

15 Jun 16:00
Compare
Choose a tag to compare
  • Performance improvements: more and better result caching
  • Improved logging output (and more details with --info)
  • Ability to switch between GOOGLE and AOSP style