Skip to content

Commit 0ebdb51

Browse files
committed
Add outputs of api to docsZip
1 parent 11c132f commit 0ebdb51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-security-kerberos-docs/spring-security-kerberos-docs.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ antora {
1717
'BUILD_VERSION': project.version,
1818
]
1919
}
20+
21+
docsZip {
22+
from (api) {
23+
into "api"
24+
}
25+
}

0 commit comments

Comments
 (0)