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 find com.burgstaller:okhttp-digest:1.10. #679

Open
HungUnicorn opened this issue Jun 23, 2023 · 3 comments
Open

Could not find com.burgstaller:okhttp-digest:1.10. #679

HungUnicorn opened this issue Jun 23, 2023 · 3 comments

Comments

@HungUnicorn
Copy link

HungUnicorn commented Jun 23, 2023

Error:

   > Could not find com.burgstaller:okhttp-digest:1.10.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
       - https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
       - https://jitpack.io/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
     Required by:
         project : org.asciidoctor.jvm.gems:org.asciidoctor.jvm.gems.gradle.plugin:3.3.2 > org.asciidoctor:asciidoctor-gradle-jvm-gems:3.3.2 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2 > io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3

The artifact has moved from jcenter to maven central! The coordinates have changed from

com.burgstaller:okhttp-digest: to io.github.rburgst:okhttp-digest:

https://github.com/rburgst/okhttp-digest

Can we update it?

@MderM
Copy link

MderM commented Jun 23, 2023

Also 1.10 seems to be really outdated.

@ysb33r
Copy link
Member

ysb33r commented Jun 23, 2023

IN the meantime at the top of your build.gradletry to do

buildscript.configurations.classpath.resolutionStrategy.force( 'com.burgstaller:okhttp-digest:1.10', 'io.github.rburgst:okhttp-digest:3.0.1')

@sidesho96
Copy link

I appreciate the workaround @ysb33r. I was just dropping in to make sure this issue was reported.

It turns out Jcenter was offline some the past couple days, which highlighted what @HungUnicorn reported. FWIW, I've filed the following ticket documenting that fact and a little more with jruby-gradle-plugin.

jruby-gradle/jruby-gradle-plugin#445

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

4 participants