Skip to content

Commit

Permalink
fix mixed up javac/scalac options
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Feb 14, 2011
1 parent 8b63751 commit dd06a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Default.scala
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ object Default
def compileTask = (CompileInputs, streams) map { (i,s) => Compile(i,s.log) }
def compileInputsTask =
(DependencyClasspath, Sources, JavaSourceRoots, Compilers, JavacOptions, ScalacOptions, CacheDirectory, ClassDirectory, streams) map {
(cp, sources, javaRoots, compilers, scalacOptions, javacOptions, cacheDirectory, classes, s) =>
(cp, sources, javaRoots, compilers, javacOptions, scalacOptions, cacheDirectory, classes, s) =>
val classpath = classes +: data(cp)
val analysis = analysisMap(cp)
val cache = cacheDirectory / "compile"
Expand Down

0 comments on commit dd06a0c

Please sign in to comment.