cushon / issues-import

0 stars 0 forks source link

Make it easy for Gradle users to add error prone #186

Closed cushon closed 9 years ago

cushon commented 9 years ago

Original issue created by DDRBoxman on 2013-09-12 at 02:22 AM


https://github.com/cushon/issues-import/wiki/InstallingErrorProne lists the build systems we currently integrate with, including Ant and Maven.

If you'd like us to support another one, please include: - name of the build system - where can we find out more about your build system? - any idea how many users build Java with that build system?

Gradle http://www.gradle.org/ Android now has support for using Gradle as a build system and this would be a great addition.

cushon commented 9 years ago

Original comment posted by aeagle22206 on 2013-09-12 at 04:26 PM


Yeah I haven't used Gradle before but this looks like a good opportunity to take it for a spin (and mess with its classloader :)


Status: Accepted Owner: aeagle22206

cushon commented 9 years ago

Original comment posted by oripel on 2013-10-06 at 10:54 AM


In case someone comes here looking for an existing solution, Thomas Broyer has an initial working gist: https://gist.github.com/tbroyer/6847494

The InstallingErrorProne page could be updated too.

cushon commented 9 years ago

Original comment posted by t.broyer on 2013-10-06 at 11:39 PM


I just made it into a plugin [1] and released a 0.0.1 version (should soon be available in mavenCentral).

Please test it and provide feedback (note: only works with Gradle 1.8)

[1] https://github.com/tbroyer/gradle-errorprone-plugin

cushon commented 9 years ago

Original comment posted by aeagle22206 on 2013-10-07 at 12:17 AM


I added a Gradle section to the Installing Error prone wiki page.


Status: Fixed