Skip to content

Commit

Permalink
Fix PDF reference docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Aug 1, 2022
1 parent cbf1cd8 commit 5261e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring-boot-project/spring-boot-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ syncDocumentationSourceForAsciidoctorPdf {
from("src/main/groovy") {
into "main/groovy"
}
from("src/main/resources") {
into "main/resources"
}
}

task zip(type: Zip) {
Expand Down

0 comments on commit 5261e42

Please sign in to comment.