Remove javafmtOnCompile and check in CI

This commit is contained in:
Matthew de Detrich 2023-08-01 09:47:22 +02:00 committed by Matthew de Detrich
parent 617ca6a444
commit c18a81a243
3 changed files with 29 additions and 6 deletions

View file

@ -37,8 +37,8 @@ enablePlugins(
JavaFormatterPlugin)
disablePlugins(MimaPlugin)
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; headerCheckAll")
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt")
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; headerCheckAll")
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")
addCommandAlias(
name = "fixall",