From 6fa39162250c2477b3c9d322c453dfd51646245b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 3 Feb 2018 12:17:04 -0800 Subject: fix the externalOutPath for RunScript/GenIdea/ReplApplyHandler --- scalalib/src/mill/scalalib/GenIdea.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scalalib') diff --git a/scalalib/src/mill/scalalib/GenIdea.scala b/scalalib/src/mill/scalalib/GenIdea.scala index 4bfa6c4c..15057101 100644 --- a/scalalib/src/mill/scalalib/GenIdea.scala +++ b/scalalib/src/mill/scalalib/GenIdea.scala @@ -21,7 +21,7 @@ object GenIdea { rm! pwd/".idea_modules" - val evaluator = new Evaluator(pwd / 'out, pwd, rootModule, discover, ctx.log) + val evaluator = new Evaluator(pwd / 'out, pwd / 'out, rootModule, discover, ctx.log) for((relPath, xml) <- xmlFileLayout(evaluator, rootModule)){ write.over(pwd/relPath, pp.format(xml)) -- cgit v1.2.3