Skip to content

Commit 4648cc1

Browse files
committed
Improved: fix a PDF generation issue with Buildbot too now
Oops, in previous I also commented out the line, here is the fix -// backends = ['html5'] + backends = ['html5'] BTW, this fixes all AsciidoctorTaskS...
1 parent a690958 commit 4648cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,12 @@ tasks.withType(AsciidoctorTask) { task ->
564564
// } else {
565565
// backends = ['html5', 'pdf']
566566
// }
567-
//It seems we have no choice when using Builbot we get this issue:
567+
//It seems we have no choice when using Builbot we now get this issue:
568568
// Caused by: org.jruby.exceptions.LoadError: (LoadError) no such file to load -- asciidoctor-pdf
569569
// at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1017)
570570
// at RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)
571571
// at RUBY.<main>(<script>:1)
572-
// backends = ['html5']
572+
backends = ['html5']
573573
}
574574
attributes \
575575
'doctype': 'book',

0 commit comments

Comments
 (0)