You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I even need all these plugin dependencies. I have already tried a lot of different permutations but nothing worked and I'm out of ideas.
Running mvn clean jbake:inline gives me the following error:
org.jruby.exceptions.LoadError: (LoadError) no such file to load -- [asciidoctor-diagram]
at org.jruby.RubyKernel.require (org/jruby/RubyKernel.java:1017)
at RUBY.require (uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)
at RUBY.<main> (<script>:1)
Hope you can help me!
The text was updated successfully, but these errors were encountered:
I can't get
jbake-maven-plugin
to work withasciidoctorj-diagram
.This is my pom.xml:
I'm not sure if I even need all these plugin dependencies. I have already tried a lot of different permutations but nothing worked and I'm out of ideas.
In my
jbake.properties
I haveRunning
mvn clean jbake:inline
gives me the following error:Hope you can help me!
The text was updated successfully, but these errors were encountered: