Revert directory location references back to using 'rootProject.projectDir.path'.

Source file references must use the 'include:' directive and not 'link:' inside the source reference markup.
This commit is contained in:
John Blum
2019-04-24 11:23:55 -07:00
parent 5facbf4679
commit 66a130f954

View File

@@ -37,9 +37,10 @@ asciidoctor {
'spring-data-geode-version' : "${springDataGeodeVersion}",
'spring-session-data-gemfire-version' : "${springSessionDataGeodeVersion}",
'spring-session-data-geode-version' : "${springSessionDataGeodeVersion}",
'docs-src-dir' : "${githubUrl}/spring-geode-docs/src/main/java",
'examples-dir' : "${githubUrl}/spring-geode-examples/",
'samples-dir' : "${githubUrl}/spring-geode-samples/"
'docs-dir' : rootProject.projectDir.path + '/spring-geode-docs/',
'docs-src-dir' : rootProject.projectDir.path + '/spring-geode-docs/src/main/java',
'examples-dir' : rootProject.projectDir.path + '/spring-geode-examples/',
'samples-dir' : rootProject.projectDir.path + '/spring-geode-samples/'
}
javadoc {