-
Notifications
You must be signed in to change notification settings - Fork 42
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
Version 1.10 of published artifact is gone #86
Comments
Hi, thanks for your report. The problem is that the artifact with the |
Thank you. After more research, we found what you stated above. Our predicament was due to using an old Gradle plugin that had ok-http as a transitive dependency, and it has a dependency on your artifact. No newer version of the plugin is available, but we have managed to rework our Gradle plugin to rely on Apache http instead and remove the need for ok-http. Thank you for your quick response. |
hey @lstreepy ! We are having the same isssue with one of our Gradle plugin How did you solve your issue please? |
Sadly, the only option I could find was to rip out my implementation using
the plugin that pulled in
io.github.http-builder-ng:http-builder-ng-okhttp and
rewrite it using a newer library (Apache HTTP Client 5).
Larry.
…On Wed, Jul 17, 2024 at 12:24 PM Amy Doxy MUHIMPUNDU < ***@***.***> wrote:
hey @lstreepy <https://github.com/lstreepy> ! We are having the same
isssue with one of our Gradle plugin
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 >
com.burgstaller:okhttp-digest:1.10
How did you solve your issue please?
—
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALZEKPI2B2L2KVPPCMTYELZM2ZHPAVCNFSM6AAAAABK5GSEMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTHE3TINRYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have a similar issue where my project was using asciidoctor-gradle-plugin which has a transitive dependency
|
Thanks @psathuluri ! Will try this out |
It appears that version 1.10 of the
okhttp-digest
jar (at com.burgstaller » okhttp-digest) has been removed (or is no longer accessible) from Maven Central.I don't know if this is the correct place to report this, but this situation is breaking a ton of our projects because we use the HTTP Gradle plugin (https://http-builder-ng.github.io/gradle-http-plugin/), and it has a transitive dependency on
io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3
which relies on your library.Can you please restore this artifact?
The text was updated successfully, but these errors were encountered: