0.5.0 new tasks and sbt caching
Introduces new tasks (which share their sbt chache)
javafmt
formats Java files (done automatically oncompile
forCompile
andTest
configurations, unlessAutomateJavaFormatterPlugin
is disabled)javafmtAll
formats Java files for all configurations (Compile
andTest
by default)javafmtCheck
fails if files need reformattingjavafmtCheckAll
fails if files need reformatting in any configuration (Compile
andTest
by default)
sbt 1.3.x is required.