@@ -65,19 +65,20 @@ asciidoctorj {
6565 ' spring-boot-version' : " ${ springBootVersion} " ,
6666 ' spring-boot-data-geode-version' : project. version,
6767 ' spring-data-commons-version' : " ${ springDataBomVersion} " ,
68+ ' spring-data-gemfire-version' : " ${ springDataGeodeVersion} " ,
6869 ' spring-data-geode-version' : " ${ springDataGeodeVersion} " ,
6970 ' spring-session-data-gemfire-version' : " ${ springSessionDataGeodeVersion} " ,
7071 ' spring-session-data-geode-version' : " ${ springSessionDataGeodeVersion} " ,
7172 ' spring-test-data-gemfire-version' : " ${ springDataGeodeTestVersion} " ,
7273 ' spring-test-data-geode-version' : " ${ springDataGeodeTestVersion} " ,
73- ' docs-dir' : rootProject. projectDir. path + ' /spring-geode-docs' ,
74- ' docs-src-dir' : rootProject. projectDir. path + ' /spring-geode-docs/src/main/java' ,
75- ' docs-resources-dir' : rootProject. projectDir. path + ' /spring-geode-docs/src/main/resources' ,
74+ ' docs-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode- docs' ,
75+ ' docs-src-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode- docs/src/main/java' ,
76+ ' docs-resources-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode- docs/src/main/resources' ,
7677 ' examples-dir' : rootProject. projectDir. path + ' /spring-geode-examples' ,
7778 ' samples-dir' : rootProject. projectDir. path + ' /spring-geode-samples' ,
78- ' starter-logging-dir' : rootProject. projectDir. path + ' /spring-geode-starter-logging' ,
79- ' starter-logging-src-dir' : rootProject. projectDir. path + ' /spring-geode-starter-logging/src/main/src' ,
80- ' starter-logging-resources-dir' : rootProject. projectDir. path + ' /spring-geode-starter-logging/src/main/resources'
79+ ' starter-logging-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode-starters/spring-geode- starter-logging' ,
80+ ' starter-logging-src-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode-starters/spring-geode- starter-logging/src/main/src' ,
81+ ' starter-logging-resources-dir' : rootProject. projectDir. path + ' /spring-geode-project/spring-geode-starters/spring-geode- starter-logging/src/main/resources'
8182}
8283
8384asciidoctorPdf {
0 commit comments