rholder / guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Apache License 2.0
1.43k stars 275 forks source link

jsr305 should be an optional dependency #75

Open gehel opened 7 years ago

gehel commented 7 years ago

Fixes #74

gehel commented 7 years ago

I have no idea how gradle works, I need to do some reading before actually committing something :(

sslavic commented 7 years ago

Why close PR?

There's compileOnly in Gradle 2.12+ (see here)

gehel commented 7 years ago

PR updated as suggested by @sslavic. The travis build is failing, but this does not seem to be related to my PR (the build is also failing locally without the change).