include the Repositories documentation in the docs build (#8185)

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-04-15 22:13:16 +02:00 committed by GitHub
parent 9ba2803440
commit 431cf992ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -868,6 +868,7 @@ def buildDocsTask = tasks.register( 'buildDocs' ) { task ->
task.dependsOn renderIntroductionGuidesTask
task.dependsOn renderUserGuidesTask
task.dependsOn renderQueryLanguageGuidesTask
task.dependsOn renderRepositoriesTask
task.dependsOn renderIntegrationGuidesTask
task.dependsOn renderTopicalGuidesTask
task.dependsOn generateReportsTask