Releases · sbt/sbt-java-formatter
0.10.0 Breaking changesgoogle-java-format
was upgraded from version 1.7 to 1.24.0If you still need support for Java 8 you can keep using version 0.9.0.
NoteworthyWith the previous 0.9.0 release the groupId changed from com.lightbend.sbt
to com.github.sbt
:
// new: addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % ---version---) // starting with v0.9.0 // old: addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % ---version---) // until v0.8.0
The package com.lightbend.sbt
was renamed to com.github.sbt
as well.
Full Changelog: v0.9.0...v0.10.0
0.9.0 Breaking changesThe groupId changed from com.lightbend.sbt
to com.github.sbt
:
// new: addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % ---version---) // starting with v0.9.0 // old: addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % ---version---) // until v0.8.0
The package com.lightbend.sbt
was renamed to com.github.sbt
as well.
publishTo
, we use sbt-ci-release by @mkurz in #221Full Changelog: v0.8.0...v0.9.0
0.8.0 0.7.0 0.6.1 0.6.0 - support AOSP styleFormatter can be configured to use either Google Java Style (by default) or AOSP style.
Allow any other java formatter options to be configured, such as enabling or disabling Javadoc formatting.
ChangesIntroduces the setting javafmtOnCompile
so that users can op-out of Java formatting triggered by compilation.
Introduces new tasks (which share their sbt chache)
javafmt
formats Java files (done automatically on compile
for Compile
and Test
configurations, unless AutomateJavaFormatterPlugin
is disabled)javafmtAll
formats Java files for all configurations (Compile
and Test
by default)javafmtCheck
fails if files need reformattingjavafmtCheckAll
fails if files need reformatting in any configuration (Compile
and Test
by default)sbt 1.3.x is required.
0.4.4Google Java Formatter has been updated 1.7
All fixed issues in the milestone.
Credits 0.4.3This release only exists to (temporarily!) re-cross-build the plugin for sbt 0.13.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4