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
Hi Team, After I migrated my current project to Spring Boot 2.0.3 from 1.5.14, Asciidoctorj stopped working with the below error:
Caused by: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- asciidoctor
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:959)
at RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55)
at RUBY.<main>(<script>:15)
Hi Team, After I migrated my current project to Spring Boot 2.0.3 from 1.5.14, Asciidoctorj stopped working with the below error:
Below is my build.gradle file
The text was updated successfully, but these errors were encountered: