Confirm that this is the right solution.  Thanks a lot.

I suppose your solution works and this doesn't:
   javacOptions ++= Seq("-source", "1.7", "-target", "1.7")

because it tries to add new options that are later on overridden.

Is there are wiki where I can place this recipe?

Am Donnerstag, 6. März 2014 16:47:21 UTC+1 schrieb pfn:
>
>
> javacOptions in Compile <<= (javacOptions in Compile) map { _ collect {
>     case "1.5" => "1.7"
>     case s     => s
>   }
> }
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to