I suggest to rename the following accordingly: CompileOptions -> JavaCompileOptions
GroovyCompile.options -> GroovyCompile.javaOptions ScalaCompile.options -> ScalaCompile.javaOptions The latter two are a frequent cause of confusion because people naturally think that GroovyCompile.options configures the Groovy compiler (and likewise for ScalaCompile). `javaJointCompileOptions` might be an even better name for that property. Cheers, Peter -- View this message in context: http://gradle.1045684.n5.nabble.com/More-renaming-in-the-spirit-of-Compile-JavaCompile-tp5710152.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
