asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
35 stars 17 forks source link

Bump JUnit to v5 and remove unused build elements #97

Closed abelsromero closed 10 months ago

abelsromero commented 10 months ago

Kind of change

[ ] Bug fix [x] New non-breaking feature [ ] New breaking feature [ ] Documentation update [x] Build improvement

Description

What is the goal of this pull request?

Initially bump JUnit to latests v5. But also includes some cleanup of the build scripts that I detected:

How does it achieve that?

Bump dependencies and adapt tests code to the new JUnit APIs.

Are there any alternative ways to implement this?

No

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

No

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

robertpanzer commented 10 months ago

Thank you!