mirror of https://github.com/sbt/sbt.git
Make cache directory affect resolution cache
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1059 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
42b343ca9a
commit
701edaa2a4
|
|
@ -340,6 +340,7 @@ object ManageDependencies
|
|||
manager.setChangingMatcher(PatternMatcher.REGEXP);
|
||||
manager.setChangingPattern(".*-SNAPSHOT");
|
||||
settings.setDefaultRepositoryCacheManager(manager)
|
||||
dir.foreach(dir => settings.setDefaultResolutionCacheBasedir(dir.absolutePath))
|
||||
}
|
||||
/** Creates an ExcludeRule that excludes artifacts with the given module organization and name for
|
||||
* the given configurations. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue