io.github.themrmilchmann.ecj
所有者: Leon Linhart
一个用于使用 Eclipse 编译器(ECJ)编译 Java 文件的 Gradle 插件
https://github.com/TheMrMilchmann/gradle-ecj
源码: https://github.com/TheMrMilchmann/gradle-ecj.git
使用 插件 DSL
plugins {
id("io.github.themrmilchmann.ecj") version "0.2.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.themrmilchmann.gradle.ecj:gradle-ecj:0.2.0")
}
}
apply(plugin = "io.github.themrmilchmann.ecj")