Jimdo / gradle-apt-plugin

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

The apt plugin must be applied in the build script after the java or android ones, but the order shouldn't matter. #1

Closed futtetennista closed 11 years ago

futtetennista commented 11 years ago

Currently the apt plugin MUST be applied after the java, android or android-library plugin otherwise the build will explode. There should be a way to make it so that the order doesn't matter, not sure how though.