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

Upgrade Gradle, move to org.ysb33r.jruby plugins #1293

Merged

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?

Remove the use of the jruby gradle plugin. This seems to be unsupported and currently prevents running the build with newer versions of Java.

How does it achieve that?

Migrate to the new plugin suite for managing ruby gems proposed by @ysb33r

Are there any alternative ways to implement this?

Yes, the build could use the Maven plugin. It is better though to stay within the gradle ecosystem.

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

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #1284

build.gradle Outdated Show resolved Hide resolved
@robertpanzer robertpanzer merged commit dcf411b into asciidoctor:main Jan 2, 2025
12 checks passed
@robertpanzer robertpanzer deleted the remove-jruby-gradle-plugin branch January 2, 2025 07:10
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.

Remove dependency on jruby-gradle plugin
2 participants