Skip to content

Commit 5d015b0

Browse files
committed
Enable PDF backend
The underlying issue jruby/jruby#4805 was solved and shipped in the already integrated JRuby 9.1.14 release. Closes #1099
1 parent e697a71 commit 5d015b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/documentation.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ asciidoctor {
8181
separateOutputDirs false
8282
sources { include 'index.adoc' }
8383

84-
backends 'html5' // , 'pdf' // , 'epub3'
84+
backends 'html5' , 'pdf' // , 'epub3'
8585

8686
attributes 'jupiter-version': project.property('version'),
8787
'platform-version': project.property('platformVersion'),

0 commit comments

Comments
 (0)