Skip to content

Releases: TheMrMilchmann/gradle-ecj

0.2.0

06 Mar 21:22
ee3dcd9
Compare
Choose a tag to compare

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 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).

0.1.0

22 Jun 23:36
38db9d0
Compare
Choose a tag to compare

Overview

A Gradle plugin for using the Eclipse Compiler for Java (ECJ) for compiling Java files.