jsweet-gradle-plugin
jsweet-gradle-plugin copied to clipboard
Expose javaCompilerExtraOptions for transpiler
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.