mirror of https://github.com/sbt/sbt.git
Fixes #1550. Turning off name hashing to test Ant style
This commit is contained in:
parent
112052241c
commit
8f39a84db2
|
|
@ -1,6 +1,6 @@
|
|||
logLevel := Level.Debug
|
||||
|
||||
incOptions := incOptions.value.withAntStyle(true)
|
||||
incOptions := incOptions.value.withNameHashing(false).withAntStyle(true)
|
||||
|
||||
/* Performs checks related to compilations:
|
||||
* a) checks in which compilation given set of files was recompiled
|
||||
|
|
|
|||
Loading…
Reference in New Issue