Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 603 Bytes

0.2.0.md

File metadata and controls

14 lines (11 loc) · 603 Bytes

0.2.0

Not Released Yet

Improvements

  • Added support for Gradle 8.0.2.
    • On Gradle 8.0.2 and later, the javaCompiler property of JavaCompile tasks is now respected and can be used to configure the JVM to be used to run invoke the compiler.
    • Additionally, the up-to-date check should behave more predictably on Gradle 8.
  • Reworked the plugin to avoid eager task creation by migration to Gradle's APIs for lazy configuration. [GH-10] (Thanks to @arturbosch)
  • Updated default ECJ version to 3.32.0 (from 3.30.0).