kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Please upgrade HttpBuilder #8

Closed aalmiray closed 10 years ago

aalmiray commented 10 years ago

The current releae uses HttpBuilder 0.5-RC2 which defines its groovy dependency with a range. This is really bad as the build always ask for the latest version and will fail when running in offline mode. The workaround is to attach an --offline flag to the gradle build everytime.

The latest stable release of HttpBuilder (0.7.1) no longer defines the groovy dependency with a range.

kt3k commented 10 years ago

Thanks for the advise! And sorry for the inconvenience.

I will upgrade it soon.

Thanks!

kt3k commented 10 years ago

I uploaded v0.3.1 including the fix above.

http://search.maven.org/#artifactdetails%7Corg.kt3k.gradle.plugin%7Ccoveralls-gradle-plugin%7C0.3.1%7Cjar

Thanks!

aalmiray commented 10 years ago

Thank you for the quick update :smile: