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

Could not resolve dev.dworks.libs:volleyplus:+ #76

Open
ningjiaqi opened this issue May 23, 2018 · 6 comments
Open

Could not resolve dev.dworks.libs:volleyplus:+ #76

ningjiaqi opened this issue May 23, 2018 · 6 comments

Comments

@ningjiaqi
Copy link

Unable to resolve dependency for ':RunSoft.SmartCitySys@rsspcyDebug/compileClasspath': Could not resolve dev.dworks.libs:volleyplus:+.

Could not resolve dev.dworks.libs:volleyplus:+.
Required by:
project :RunSoft.SmartCitySys

Could not resolve dev.dworks.libs:volleyplus:+.
> Failed to list versions for dev.dworks.libs:volleyplus.
> Unable to load Maven meta-data from https://jcenter.bintray.com/dev/dworks/libs/volleyplus/maven-metadata.xml.
> Could not HEAD 'https://jcenter.bintray.com/dev/dworks/libs/volleyplus/maven-metadata.xml'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> unable to find valid certification path to requested target

@larrytech7
Copy link

do you have this part in your build.gradle file? In the project level gradle file?

buildscript {
    repositories {
        jcenter()
    }
}

@nderituKelvin
Copy link

try unchecking the "offline work" gradle settings

@fat-tire
Copy link

jcenter is going away...

@mubaracktahir
Copy link

do you have this part in your build.gradle file? In the project level gradle file?

buildscript {
    repositories {
        jcenter()
    }
}

Yeah I have this in my project level gradle file

@aivision369
Copy link

Have you got any solution ?

@pabloPicante
Copy link

@IDFDeveloper

Have you tried specifying the version instead of using the + ?
It's possible the + is no longer aceeptable.

This worked for me.

implementation 'dev.dworks.libs:volleyplus:0.1.4'

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

7 participants