Skip to content

Commit

Permalink
Fix docsZip task for new doc location
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Apr 30, 2020
1 parent c1a5a9c commit 9a961aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,11 @@ task docsZip(type: Zip, dependsOn: [reference]) {
into 'api'
}

from ('build/asciidoc/html5') {
from ('build/docs/asciidoc') {
into 'reference/html'
}

from ('build/asciidoc/pdf') {
from ('build/docs/asciidocPdf') {
include 'index.pdf'
rename 'index.pdf', 'spring-kafka-reference.pdf'
into 'reference/pdf'
Expand Down

0 comments on commit 9a961aa

Please sign in to comment.