Skip to content

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

License

Notifications You must be signed in to change notification settings

AN3Orik/gradle-ecj

Repository files navigation

Gradle Eclipse Compiler for Java Plugin

License Gradle Java Gradle Plugin Portal Version

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

This plugin is based on Gradle Eclipse Compiler for Java Plugin with just some minor changes:

  • JDK 17+ support
  • Gradle 8.10+ support
  • Annotation processors support (including Lombok via agent)
  • Disabled annoying ECJ compiling warning

Usage

plugins {
    id "host.anzo.gradle.ecj" version "1.2"
}

dependencies {
    ecj("org.eclipse.jdt:ecj:3.39.0")
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages