-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifact 'com.google.code.findbugs:jsr305:1.3.9@jar' not found. #55
Comments
@hortondland Are you stilling getting this problem? We can't reproduce the issue. And the dependency com.google.code.findbugs:jsr305:1.3.9 is indeed available on mavencentral: http://mvnrepository.com/artifact/com.google.code.findbugs/jsr305/1.3.9 |
It's most likely that jsr305 exists in your local ~/.m2/repository in a On Fri, Apr 25, 2014 at 11:40 AM, g9yuayon [email protected] wrote:
|
FYI I also got this and deleting ~/.m2/repository/com/google/code/findbugs/ resolved the issue |
Same here. Thanks quidryan and petercm. |
I also found this problem. Thank you for your solution. |
[root@localhost suro]# ./gradlew clean build
FAILURE: Build failed with an exception.
What went wrong:
Could not resolve all dependencies for configuration ':classpath'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.438 secs
[root@localhost suro]#
The text was updated successfully, but these errors were encountered: