From 9894b2c9bcfe9cec0a6853b69148e0c8b5a2508d Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 3 Apr 2012 11:09:48 -0400 Subject: Fixed build for 0.11.x again. Working on bringing version properties file up to par. --- project/Partest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Partest.scala') diff --git a/project/Partest.scala b/project/Partest.scala index ad8047fa00..bbc160a41d 100644 --- a/project/Partest.scala +++ b/project/Partest.scala @@ -115,7 +115,7 @@ object partest { } } - def partestRunnerTask(classpath: ScopedTask[Classpath], javacOptions: ScopedTask[Seq[String]]): Project.Initialize[Task[PartestRunner]] = + def partestRunnerTask(classpath: ScopedTask[Classpath], javacOptions: SettingKey[Seq[String]]): Project.Initialize[Task[PartestRunner]] = (classpath, javacOptions) map ((cp, opts) => new PartestRunner(Build.data(cp), opts mkString " ")) } -- cgit v1.2.3