io.xol.ecj9
Owner: Hugo Devillers
Gradle plugin for using the eclipse compiler for java (ecj) for compiling java files instead of javac
https://github.com/Hugobros3/gradle-eclipse-compiler-plugin
Sources: https://github.com/Hugobros3/gradle-eclipse-compiler-plugin
Version 1.2.0-SNAPSHOT (latest)
1.2.0-SNAPSHOT
Created 22 February 2018.
Gradle plugin for using the eclipse compiler for java (ecj) for compiling java files instead of javac
Add this plugin to your build using the plugins DSL:
plugins {
id("io.xol.ecj9") version "1.2.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.xol:gradle-eclipse-compiler-plugin:1.2.0-SNAPSHOT") } } apply(plugin = "io.xol.ecj9")
- Applying plugins to all subprojects .