Merge pull request #1715 from sbt/fix/1711

Fixes #1711 and #1704. Cached resolution fixes
This commit is contained in:
Josh Suereth 2014-11-06 07:45:54 -05:00
commit 4529dc501d
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ trait Init[Scope] {
*/
private[sbt] final def validated[T](key: ScopedKey[T], selfRefOk: Boolean): ValidationCapture[T] = new ValidationCapture(key, selfRefOk)
@deprecated("0.13.7", "Use the version with default arguments and default paramter.")
final def derive[T](s: Setting[T], allowDynamic: Boolean, filter: Scope => Boolean, trigger: AttributeKey[_] => Boolean): Setting[T] =
derive(s, allowDynamic, filter, trigger, false)