Asciidoctor、Ruby、または gradle の経験はありません。私は、この 3 つすべてを使用する他の誰かによって開発されたプロジェクトを担当しています。コードにはAsciidoctor::HTML5::DocumentTemplate
エラーをスローする関数があります
最近、Asciidoctor 1.5.0 にアップグレードしました。このプロジェクトをコンパイルしようとすると、次のエラー メッセージがスローされます。
16:25:53.429 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: org.jruby.exceptions.RaiseException: (NameError) uninitialized constant Asciidoctor::HTML5
16:25:53.429 [ERROR] [org.gradle.BuildExceptionReporter] at org.jruby.RubyModule.const_missing(org/jruby/RubyModule.java:2689)
16:25:53.430 [ERROR] [org.gradle.BuildExceptionReporter] at RUBY.__singleton__(/tmp/document.html.erb:108)
108行目は次のとおりです。<%= ::Asciidoctor::HTML5::DocumentTemplate.outline(self, (attr :toclevels, 2).to_i) %>
私が見る限り、タイトルの前に ## タグが付いたファイルの目次が作成されます。
ここからどうすればいいですか?