mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Add Guides to docsZip
Fixes: gh-4327
This commit is contained in:
parent
a622a92001
commit
cd88c739e0
@ -9,3 +9,9 @@ asciidoctor {
|
|||||||
'gh-url': ghUrl,
|
'gh-url': ghUrl,
|
||||||
'gh-samples-url': "$ghUrl/samples"
|
'gh-samples-url': "$ghUrl/samples"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
docsZip {
|
||||||
|
from(project(':spring-security-docs-guides').asciidoctor) {
|
||||||
|
into 'guides'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user