Releases: TheMrMilchmann/gradle-ecj
Releases · TheMrMilchmann/gradle-ecj
0.2.0
Improvements
- Added support for Gradle 8.0.2.
- On Gradle 8.0.2 and later, the
javaCompiler
property ofJavaCompile
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.
- On Gradle 8.0.2 and later, the
- 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
(from3.30.0
).
0.1.0
Overview
A Gradle plugin for using the Eclipse Compiler for Java (ECJ) for compiling Java files.