mirror of https://github.com/sbt/sbt.git
switch to official sbt-scalafmt
This commit is contained in:
parent
3572868cac
commit
e4612c858c
|
|
@ -8,7 +8,7 @@ scala:
|
||||||
script: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M
|
script: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M
|
||||||
++$TRAVIS_SCALA_VERSION
|
++$TRAVIS_SCALA_VERSION
|
||||||
mimaReportBinaryIssues
|
mimaReportBinaryIssues
|
||||||
scalafmt::test test:scalafmt::test
|
scalafmtCheck
|
||||||
whitesourceCheckPolicies
|
whitesourceCheckPolicies
|
||||||
test
|
test
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,15 +55,10 @@ lazy val utilRoot: Project = (project in file("."))
|
||||||
homepage := Some(url("https://github.com/sbt/util")),
|
homepage := Some(url("https://github.com/sbt/util")),
|
||||||
description := "Util module for sbt",
|
description := "Util module for sbt",
|
||||||
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")),
|
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")),
|
||||||
scalafmtOnCompile in Sbt := false,
|
|
||||||
)),
|
)),
|
||||||
commonSettings,
|
commonSettings,
|
||||||
name := "Util Root",
|
name := "Util Root",
|
||||||
publish := {},
|
publish / skip := true,
|
||||||
publishLocal := {},
|
|
||||||
publishArtifact in Compile := false,
|
|
||||||
publishArtifact in Test := false,
|
|
||||||
publishArtifact := false,
|
|
||||||
customCommands
|
customCommands
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.8")
|
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.9")
|
||||||
|
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
|
||||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.1")
|
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.1")
|
||||||
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.9")
|
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.9")
|
||||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
|
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue