Refer to Spring Data for Apache Geode API Javadoc.
Parameterize version in Spring Session core API Javadoc URL.
This commit is contained in:
@@ -29,8 +29,8 @@ asciidoctor {
|
|||||||
'gh-url': ghUrl,
|
'gh-url': ghUrl,
|
||||||
'gh-samples-url': "$ghUrl/samples/",
|
'gh-samples-url': "$ghUrl/samples/",
|
||||||
'download-url' : "https://github.com/spring-projects/spring-session-data-geode/archive/${ghTag}.zip",
|
'download-url' : "https://github.com/spring-projects/spring-session-data-geode/archive/${ghTag}.zip",
|
||||||
'spring-version' : versions['org.springframework:spring-core'],
|
|
||||||
// 'spring-version' : "$springVersion",
|
// 'spring-version' : "$springVersion",
|
||||||
|
'spring-version' : versions['org.springframework:spring-core'],
|
||||||
'spring-session-version' : version,
|
'spring-session-version' : version,
|
||||||
'docs-itest-dir' : rootProject.projectDir.path + '/docs/src/integration-test/java/',
|
'docs-itest-dir' : rootProject.projectDir.path + '/docs/src/integration-test/java/',
|
||||||
'docs-test-dir' : rootProject.projectDir.path + '/docs/src/test/java/',
|
'docs-test-dir' : rootProject.projectDir.path + '/docs/src/test/java/',
|
||||||
@@ -44,8 +44,8 @@ javadoc {
|
|||||||
links = [
|
links = [
|
||||||
"http://docs.spring.io/spring/docs/current/javadoc-api/",
|
"http://docs.spring.io/spring/docs/current/javadoc-api/",
|
||||||
"http://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html",
|
"http://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html",
|
||||||
"http://docs.spring.io/spring-data-gemfire/docs/current/api/",
|
"http://docs.spring.io/spring-data-geode/docs/current/api/",
|
||||||
"http://docs.spring.io/spring-session/docs/2.0.0.BUILD-SNAPSHOT/api/",
|
"http://docs.spring.io/spring-session/docs/${springSessionVersion}/api/",
|
||||||
"http://geode.apache.org/releases/latest/javadoc/index.html",
|
"http://geode.apache.org/releases/latest/javadoc/index.html",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user