lgrignon / jsweet-gradle-plugin

Brings the power of JSweet to Gradle
Apache License 2.0
17 stars 15 forks source link

Expose javaCompilerExtraOptions for transpiler #35

Open vorth opened 2 years ago

vorth commented 2 years ago

The Maven plugin has already exposed this setting, but the Gradle plugin has not.

For my purposes, it is essential to allow me to set javaCompilerExtraOptions='-source,1.8,-target,1.8'. I noticed this setting in the j4ts Maven build file, where it was needed presumably for the same reason.