Jimdo / gradle-apt-plugin

A Gradle plugin for the Java annotation processor tool
Apache License 2.0
47 stars 10 forks source link

Test config for java project #14

Open Slinkkay opened 9 years ago

Slinkkay commented 9 years ago

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. All the change does is generate additional code based on what is in the test source.

Also base on a very little amount of testing configuring the target directory is possible.

Also to be honest I don't know what line 131 is for groovy isn't something I fully understand.