Good day, im trying to set up project with Asciidoctorj and Asciidoctorj-diagram with gradle kotlin. I was already asking at asciidoctorj-diagram issue.
environment:
- Windows
- gradle: 8.5
- java: 17
- asciidoctorj: 3.0.1
- asciidoctorj-diagram: 3.10
- org.asciidoctor.jvm.convert: 4.0.5
- org.asciidoctor.jvm.gems: 4.0.5
So there is a configured reproducer below, when you luanch asciidoctor task it fails with ruby execption
Exception in thread "main" org.jruby.exceptions.LoadError: (LoadError) no such file to load -- asciidoctor-diagram-plantuml
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1187)
at RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:136)
at RUBY.<main>(<script>:1)
stacktrace: https://pastebin.com/z9PYEi70
reproducer:
arch.zip
run gradle asciidoctor
Good day, im trying to set up project with Asciidoctorj and Asciidoctorj-diagram with gradle kotlin. I was already asking at asciidoctorj-diagram issue.
environment:
So there is a configured reproducer below, when you luanch asciidoctor task it fails with ruby execption
stacktrace: https://pastebin.com/z9PYEi70
reproducer:
arch.zip
run
gradle asciidoctor