Include SD Commons' repositories.adoc and repository-projections.adoc files in SDG ref doc.

This helps resolve the anchor references in the SD Commons' appendix Asciidoc file includes.

Resolves #623.
This commit is contained in:
John Blum
2022-09-29 10:08:06 -07:00
parent 01461f1a41
commit 608ba8fb30
2 changed files with 4 additions and 0 deletions

View File

@@ -50,7 +50,9 @@ asciidoctorj {
'apache-geode-doc-version' : apacheGeodeDocVersion,
'apache-geode-src' : "https://github.com/apache/geode/blob/rel/v${apacheGeodeVersion}",
'spring-version' : versions['org.springframework:spring-core'],
'springVersion' : versions['org.springframework:spring-core'],
'spring-data-commons-version' : "${springDataCommonsVersion}",
'qualifier' : "@Qualifier",
'spring-data-geode-version' : "$version",
'spring-test-data-geode-version' : "${springDataGeodeTestVersion}",
'docs-dir' : rootProject.projectDir.path + '/spring-data-geode-docs',