Skip to content
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

Open
Jorigorn opened this issue Apr 23, 2014 · 5 comments
Open

Artifact 'com.google.code.findbugs:jsr305:1.3.9@jar' not found. #55

Jorigorn opened this issue Apr 23, 2014 · 5 comments

Comments

@Jorigorn
Copy link

[root@localhost suro]# ./gradlew clean build

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all dependencies for configuration ':classpath'.

    Artifact 'com.google.code.findbugs:jsr305:1.3.9@jar' not found.

  • 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]#

@g9yuayon
Copy link
Contributor

@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

@quidryan
Copy link
Contributor

It's most likely that jsr305 exists in your local ~/.m2/repository in a
"transitory" state, i.e. it has a pom, but no .jar. And this confuses this
version of Gradle. Delete the ~/.m2/repository directory and try again.

On Fri, Apr 25, 2014 at 11:40 AM, g9yuayon [email protected] wrote:

@hortondland https://github.com/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


Reply to this email directly or view it on GitHubhttps://github.com//issues/55#issuecomment-41425818
.

@petercm
Copy link

petercm commented Dec 10, 2014

FYI I also got this and deleting ~/.m2/repository/com/google/code/findbugs/ resolved the issue

@edi-bice
Copy link

Same here. Thanks quidryan and petercm.

@felix-ma
Copy link

I also found this problem. Thank you for your solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants