gradle-apt-plugin icon indicating copy to clipboard operation
gradle-apt-plugin copied to clipboard

A Gradle plugin for the Java annotation processor tool

Results 8 gradle-apt-plugin issues
Sort by recently updated
recently updated
newest added

I've just configured plugin as it was described in the README file and got the following error: ``` Error:Could not find org.sonatype.oss:oss-parent:7. Searched in the following locations: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.jar ```

WIthout the plugin released this is a very big risk for projects to include this plugin since any updates you do could break their project. Please release a version (since...

This patch adds more sophisticated handling for Java projects, enabling one to use APT not only in 'compileJava' tasks, but all tasks of type 'JavaCompile'. Important notes: - The default...

Modifies the plugin to work with Java test configs as well. Since it runs during compile time there shouldn't really be a reason to identify compile dependencies vs test dependencies....

I try to use dagger on j2se (without android plugin), but unit test can not load my TestModule with error: ``` Module adapter for class MyTest$TestModule could not be loaded....

I have an APT in one of my projects that I'd love to use without extracting it to a new project, since they share many classes and I'd need two...

I have the android plugin defined in a top-level `build.gradle` rather than in the app subdirectory. This fixed the plugin to work again.

I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this: ``` :ad-core:compileJava /home/***/ad/core/query/spec/WordInfoPoSpecs.java:18: cannot find symbol symbol : class WordInfoPo_...