Fixes #1550. Turning off name hashing to test Ant style

This commit is contained in:
Eugene Yokota 2014-08-22 19:15:08 -04:00
parent 112052241c
commit 8f39a84db2
1 changed files with 1 additions and 1 deletions

View File

@ -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