Move section on using Spring Boot for Apache Geode/Pivotal GemFire, Maven and Gradle build configuration to index.adoc.

This commit is contained in:
John Blum
2018-06-22 14:44:22 -07:00
parent 7bea03f19c
commit 1ef8390791
3 changed files with 99 additions and 29 deletions

View File

@@ -25,11 +25,12 @@ asciidoctor {
def githubTag = snapshotBuild ? 'master' : project.version
def githubUrl = "$githubBaseUrl/tree/$githubTag"
attributes 'version-snapshot': snapshotBuild,
attributes 'version' : project.version,
'version-snapshot': snapshotBuild,
'version-milestone': milestoneBuild,
'version-release': releaseBuild,
'github-url': githubUrl,
'download-url' : "${githubBaseUrl}/archive/${githubTag}.zip",
'github-url': githubUrl,
'spring-version' : versions['org.springframework:spring-core'],
'spring-boot-version' : "${springBootVersion}",
'spring-boot-data-geode-version' : project.version,