lib/buildr/scala/compiler.rb in vic-buildr-1.3.3 vs lib/buildr/scala/compiler.rb in vic-buildr-1.3.4
- old
+ new
@@ -104,6 +104,6 @@
end
# Scala compiler comes first, ahead of Javac, this allows it to pick
# projects that mix Scala and Java code by spotting Scala code first.
-Buildr::Compiler.compilers.unshift Buildr::Scala::Scalac
\ No newline at end of file
+Buildr::Compiler.compilers << Buildr::Scala::Scalac