Skip to content

Commit 5261e42

Browse files
committed
Fix PDF reference docs generation
See gh-31809
1 parent cbf1cd8 commit 5261e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ syncDocumentationSourceForAsciidoctorPdf {
377377
from("src/main/groovy") {
378378
into "main/groovy"
379379
}
380+
from("src/main/resources") {
381+
into "main/resources"
382+
}
380383
}
381384

382385
task zip(type: Zip) {

0 commit comments

Comments
 (0)