Skip to content

Commit db54a10

Browse files
committed
Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
Removes now useless comments Conflict handled by hand
1 parent 9e9b75c commit db54a10

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -510,12 +510,6 @@ tasks.withType(AsciidoctorTask) { task ->
510510
} else {
511511
backends = ['html5', 'pdf']
512512
}
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']
519513
}
520514
attributes \
521515
'doctype': 'book',

0 commit comments

Comments
 (0)