From cf7a66b7dfde8bb4386efe93a41f68996335db35 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 26 May 2016 09:48:53 -0400 Subject: read sonatype credentials from cbt installation, not from other checked out version --- stage1/ContextImplementation.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'stage1/ContextImplementation.scala') diff --git a/stage1/ContextImplementation.scala b/stage1/ContextImplementation.scala index d8b1382..e4b63d3 100644 --- a/stage1/ContextImplementation.scala +++ b/stage1/ContextImplementation.scala @@ -17,6 +17,7 @@ case class ContextImplementation( permanentClassLoaders: ConcurrentHashMap[AnyRef,ClassLoader], cache: File, cbtHome: File, + cbtRootHome: File, compatibilityTarget: File, parentBuildOrNull: BuildInterface ) extends Context \ No newline at end of file -- cgit v1.2.3