aboutsummaryrefslogtreecommitdiff
path: root/stage1/ContextImplementation.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/ContextImplementation.scala')
-rw-r--r--stage1/ContextImplementation.scala1
1 files changed, 1 insertions, 0 deletions
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