We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e697a71 commit 5d015b0Copy full SHA for 5d015b0
documentation/documentation.gradle
@@ -81,7 +81,7 @@ asciidoctor {
81
separateOutputDirs false
82
sources { include 'index.adoc' }
83
84
- backends 'html5' // , 'pdf' // , 'epub3'
+ backends 'html5' , 'pdf' // , 'epub3'
85
86
attributes 'jupiter-version': project.property('version'),
87
'platform-version': project.property('platformVersion'),
0 commit comments