-
Notifications
You must be signed in to change notification settings - Fork 200
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
Can't resolve a bunch of dependencies, not sure why #803
Comments
Usually that means something else, like a resolution strategy, failed (like an npe) and had a large blast radius. You can look as the info log for the errors to see where the problem might be. |
good point! i've attached the log file of ./gradlew --refresh-dependencies --s dependencyUpdates -DoutputFormatter=plain,xml,html --info > build.txt I can't make sense out of the exceptions exactly though :/ It's trying to find a variant with attribute 'org.gradle.jvm.version' with value '2147483647', but none of the available variants match this. The key is in this line: "The consumer was configured to find attribute 'org.gradle.jvm.version' with value '2147483647'." We don't use version wildcards though. |
Bullseye! That was it, thanks a lot, I've moved my script into a separate job where it is the root gradle project + applying the |
the following dependencies can't be resolved:
note:
glide compiler fails, but glide works o.O
https://mvnrepository.com/artifact/com.github.bumptech.glide/compiler
https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
I can't think of a reason why, e.g. okhttp fails, it's also available on mvncentral
https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
i'm using the following configuration:
The text was updated successfully, but these errors were encountered: