aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rw-r--r--stage1/cbt.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index 6aa73f9..e324fa0 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -78,10 +78,9 @@ object `package`{
def copy(
projectDirectory: File = projectDirectory,
args: Seq[String] = args,
- enabledLoggers: Set[String] = enabledLoggers,
+ //enabledLoggers: Set[String] = enabledLoggers,
cbtHasChanged: Boolean = cbtHasChanged,
scalaVersion: Option[String] = scalaVersion,
- cache: File = cache,
cbtHome: File = cbtHome,
parentBuild: Option[BuildInterface] = None
): Context = ContextImplementation(