aboutsummaryrefslogtreecommitdiff
path: root/stage1/resolver.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-14 18:25:30 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 21:13:49 -0400
commit7eacad3bc48412521508999e97e38d4a494dc2ca (patch)
tree99dab758f31bc3abc201c51ed409b554ef912f31 /stage1/resolver.scala
parent10fe5a8ca1518381ebfa655be4358276c990508e (diff)
downloadcbt-7eacad3bc48412521508999e97e38d4a494dc2ca.tar.gz
cbt-7eacad3bc48412521508999e97e38d4a494dc2ca.tar.bz2
cbt-7eacad3bc48412521508999e97e38d4a494dc2ca.zip
maybe we were caching too much
Diffstat (limited to 'stage1/resolver.scala')
-rw-r--r--stage1/resolver.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/resolver.scala b/stage1/resolver.scala
index f7f0321..cf1ae21 100644
--- a/stage1/resolver.scala
+++ b/stage1/resolver.scala
@@ -114,7 +114,7 @@ abstract class Dependency{
buildClassPath,
classLoaderCache.persistent.get(
cachedClassPath.string,
- cbt.URLClassLoader( classpath, ClassLoader.getSystemClassLoader )
+ cbt.URLClassLoader( cachedClassPath, ClassLoader.getSystemClassLoader )
)
)
} else {