mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Only include PNG files in reference manual
The `images` folder contains some files used to create the images, such as OmniGraffle and SVG. This commit modifies the `include` pattern to ensure that only `*.png` files are copied from the source folder to the published reference manual.
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ asciidoctor {
|
||||
outputDir "$buildDir/docs/ref-docs/"
|
||||
resources {
|
||||
from(sourceDir) {
|
||||
include 'images/*', 'css/**', 'js/**'
|
||||
include 'images/*.png', 'css/**', 'js/**'
|
||||
}
|
||||
from extractDocResources
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user