Skip to content

4.0.0

Compare
Choose a tag to compare
@v1nc3n4 v1nc3n4 released this 31 Aug 07:56

IMPORTANT NOTES

Starting from this release, the plugin will be released for both JDK 11 and JDK 8. Apart from the plugin ID, there is no breaking change with releases 3.0.0+.

Tasks

  • Removed legacy plugin ID org.siouan.frontend.

Upgrading from 3.0.1+

  • Plugin ID org.siouan.frontend MUST be replaced with org.siouan.frontend-jdk11 or org.siouan.frontend-jdk8 depending on the JDK used to run Gradle.
  • 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-jdk11:<version> or org.siouan:frontend-gradle-plugin-jdk8:<version>.