Skip to content

3.0.1

Compare
Choose a tag to compare
@v1nc3n4 v1nc3n4 released this 12 Aug 12:21

IMPORTANT NOTES

Starting from this release, plugin ID org.siouan.frontend is now deprecated and replaced with ID org.siouan.frontend-jdk8. Both points to the same plugin implementation, but the deprecated ID will be removed in the next major release 4.0.0 that will be delivered august 2020. This change was decided to anticipate migration of the plugin to JDK 11, and keep a consistent and predictable syntax. For JDK 11, the plugin ID will be org.siouan.frontend-jdk11. Consequently, after release 4.0.0 is published, the plugin will be available:

  • With ID org.siouan.frontend-jdk11 for JDK 11+ projects.
  • With ID org.siouan.frontend-jdk8 for JDK 8+ projects.

When using the legacy build script block to resolve the plugin, the classpath MUST be changed: follow the upgrading notes below.

Bugs

  • Fixed absolute path of shell command to launch executables under Unix-like O/S (#125).

Tasks

Upgrading from 3.0.0

  • Deprecated plugin ID org.siouan.frontend SHALL be replaced with org.siouan.frontend-jdk8.
  • When using the build script block to resolve the plugin, the classpath org.siouan:frontend-gradle-plugin:<version> MUST be replaced with org.siouan:frontend-gradle-plugin-jdk8:<version>.