aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/typeref-only/build.sbt
blob: 02813797f2312b3ae424c28a9d8fd11b0bb0bfff (plain) (blame)
1
2
3
4
5
logLevel := Level.Debug

// disable recompile all which causes full recompile which
// makes it more difficult to test dependency tracking
incOptions ~= { _.copy(recompileAllFraction = 1.0) }