Remove incorrect assumption that output will be in folder named classes
When running in Eclipse, by default Gradle builds its output into a folder named bin. This commit update the annotation processor to remove the failure assumption that the output will always be located beneath a folder named classes. Closes gh-2369 See gh-2361
Showing
Please register or sign in to comment