Skip to content

Commit

Permalink
Fix Docbook sourceDir
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Apr 18, 2018
1 parent ce9df8a commit f79848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -233,7 +233,7 @@ apply plugin: DocbookReferencePlugin

reference {
sourceFileName = 'index.xml'
sourceDir = file("$buildDir/reference-work/docbook")
sourceDir = file("$buildDir/asciidoc/docbook")
pdfFilename = 'spring-kafka-reference.pdf'
expandPlaceholders = ''
}
Expand Down

0 comments on commit f79848b

Please sign in to comment.