Fix project source code references referenced in the reference documentation

Resolves gh-60.
This commit is contained in:
John Blum
2022-02-24 17:52:38 -08:00
parent 192133b95e
commit aa037ce747
3 changed files with 10 additions and 9 deletions

View File

@@ -65,19 +65,20 @@ asciidoctorj {
'spring-boot-version' : "${springBootVersion}",
'spring-boot-data-geode-version' : project.version,
'spring-data-commons-version' : "${springDataBomVersion}",
'spring-data-gemfire-version' : "${springDataGeodeVersion}",
'spring-data-geode-version' : "${springDataGeodeVersion}",
'spring-session-data-gemfire-version' : "${springSessionDataGeodeVersion}",
'spring-session-data-geode-version' : "${springSessionDataGeodeVersion}",
'spring-test-data-gemfire-version' : "${springDataGeodeTestVersion}",
'spring-test-data-geode-version' : "${springDataGeodeTestVersion}",
'docs-dir' : rootProject.projectDir.path + '/spring-geode-docs',
'docs-src-dir' : rootProject.projectDir.path + '/spring-geode-docs/src/main/java',
'docs-resources-dir' : rootProject.projectDir.path + '/spring-geode-docs/src/main/resources',
'docs-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-docs',
'docs-src-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-docs/src/main/java',
'docs-resources-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-docs/src/main/resources',
'examples-dir' : rootProject.projectDir.path + '/spring-geode-examples',
'samples-dir' : rootProject.projectDir.path + '/spring-geode-samples',
'starter-logging-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging',
'starter-logging-src-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging/src/main/src',
'starter-logging-resources-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging/src/main/resources'
'starter-logging-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-starters/spring-geode-starter-logging',
'starter-logging-src-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-starters/spring-geode-starter-logging/src/main/src',
'starter-logging-resources-dir' : rootProject.projectDir.path + '/spring-geode-project/spring-geode-starters/spring-geode-starter-logging/src/main/resources'
}
asciidoctorPdf {