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

Fixes #1275. Fix unresolved dependency grolifant and okhttp-digest #1277

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

robertpanzer
Copy link
Member

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

The build does not work anymore since a few weeks because a couple of dependencies cannot be resolved anymore, namely grolifant and okhttp-digest.
This PR tries to fix the build again.

How does it achieve that?

Move the dependency on the plugin to an old style plugin dependency, and specify an explicit dependency on grolifant.

Are there any alternative ways to implement this?

Probably.
For example getting rid of Gradle altogether, or installing gems with some other mechanism, like Maven.

Are there any implications of this pull request? Anything a user must know?

Issue

Fixes #1275

@robertpanzer robertpanzer merged commit 22e6916 into asciidoctor:main Jul 27, 2024
12 checks passed
@robertpanzer robertpanzer deleted the fix-jruby-gradle-plugin branch July 27, 2024 16:39
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

Successfully merging this pull request may close these issues.

Build broken with resolve errors for grolifant and okhttp-digest
1 participant