Open
Description
IN a project where I'm using JRuby 10 for other purposes, I cannot currently also use AsciidoctorJ due to incompatibilities with JRuby 10, it seems. What I'm getting in one of my tests is this output:
Expected to assert on a Success, but was Failure(org.jruby.exceptions.ArgumentError: (ArgumentError) wrong number of arguments (given 3, expected 1..2))
java.lang.AssertionError: Expected to assert on a Success, but was Failure(org.jruby.exceptions.ArgumentError: (ArgumentError) wrong number of arguments (given 3, expected 1..2))
at org.ossreviewtoolkit.plugins.reporters.asciidoc.PdfTemplateReporterFunTest$1$4.invokeSuspend(PdfTemplateReporterFunTest.kt:74)
So I guess some JRuby method has change to not take 3 arguments anymore, but only 1 or 2.
Metadata
Metadata
Assignees
Labels
No labels