gradle-apt-plugin

Gradle plugin to use Java annotation processors

Description

This plugin does a few things to make it easier/safer to use Java annotation processors in a Gradle build:

  * it ensures the presence of configurations for your compile-time only
    dependencies (annotations, generally) and annotation processors,
    consistently across all supported Gradle versions;
  * automatically configures the corresponding JavaCompile and GroovyCompile
    tasks to make use of these configurations, when the java or groovy plugin
    is applied;
  * automatically configures IntelliJ IDEA and/or Eclipse when the
    net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/tbroyer/gradle-apt-plugin


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install gradle-apt-plugin