asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
623 stars 173 forks source link

Fix upstream build. #1132

Closed robertpanzer closed 1 year ago

robertpanzer commented 1 year ago

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

Description

What is the goal of this pull request? The upstream build is currently broken. This PR tries to fix it again.

How does it achieve that?

The current configuration tries to fetch the jruby maven plugin from https://rubygems-proxy.torquebox.org/releases. This seems to be hosting some Russian gambling site now 🤪 However, it should be possible to download this plugin simply from Maven central. Therefore, this PR removes the configuration of the plugin repository.

Are there any alternative ways to implement this?

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 #Issue

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc