Description
the source tag is not valid for scalac 2.7.1.final
Commenting out the following line in compilers.rb line 171:
- args << "-source" << options[:source].to_s if options[:source]
Get it to work.
the source tag is not valid for scalac 2.7.1.final
Commenting out the following line in compilers.rb line 171:
Get it to work.