jsweet-gradle-plugin icon indicating copy to clipboard operation
jsweet-gradle-plugin copied to clipboard

Expose javaCompilerExtraOptions for transpiler

Open vorth opened this issue 2 years ago • 0 comments

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.

vorth avatar Aug 16 '22 04:08 vorth