mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 20:48:54 +02:00
+1
-1
@@ -6,7 +6,7 @@ scala:
|
||||
- 2.12.3
|
||||
|
||||
script:
|
||||
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test
|
||||
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues scalafmt::test test:scalafmt::test test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@@ -63,6 +63,7 @@ lazy val utilRoot: Project = (project in file("."))
|
||||
description := "Util module for sbt",
|
||||
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "[email protected]:sbt/util.git")),
|
||||
scalafmtOnCompile := true,
|
||||
scalafmtOnCompile in Sbt := false,
|
||||
scalafmtVersion := "1.2.0",
|
||||
)),
|
||||
commonSettings,
|
||||
|
||||
Reference in New Issue
Block a user