jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

Allow using Java version from toolchain #71

Closed zbynek closed 1 year ago

zbynek commented 1 year ago

In case you are specifying a Java toolchain to compile your Java files with a higher version of Java than the one running Gradle, GWT compilation might fail.

This allows plugins users to avoid that -- I made it configurable since I'm not sure if that's a good idea by default (e.g. the someone may want to run Gradle and GWT in Java 11 and default Java compilation in Java 8 ...)