org.inferred.processors
Owner: Palantir Technologies
Clean integration of Java 6+ annotation processors with the Eclipse and IDEA plugins
https://github.com/palantir/gradle-processors
Sources: https://github.com/palantir/gradle-processors
Version 3.0.0
3.0.0
Created 23 August 2019.
Clean integration of Java 6+ annotation processors with the Eclipse and IDEA plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("org.inferred.processors") version "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.inferred:project:3.0.0") } } apply(plugin = "org.inferred.processors")
- Applying plugins to all subprojects .