We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9b75c commit db54a10Copy full SHA for db54a10
1 file changed
build.gradle
@@ -510,12 +510,6 @@ tasks.withType(AsciidoctorTask) { task ->
510
} else {
511
backends = ['html5', 'pdf']
512
}
513
- //It seems we have no choice when using Builbot we now get this issue:
514
-// Caused by: org.jruby.exceptions.LoadError: (LoadError) no such file to load -- asciidoctor-pdf
515
-// at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1017)
516
-// at RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)
517
-// at RUBY.<main>(<script>:1)
518
-// backends = ['html5']
519
520
attributes \
521
'doctype': 'book',
0 commit comments