Include commented out absolute path to spring.css Stylesheet location for reference purposes.
Resolves gh-50.
This commit is contained in:
@@ -17,6 +17,8 @@ dependencies {
|
||||
}
|
||||
|
||||
def versions = dependencyManagement.managedVersions
|
||||
//def relativePathToSpringCss = "css/spring.css"
|
||||
//def pathToSpringCss = new File(project.getBuildDir(), relativePathToSpringCss).getAbsolutePath()
|
||||
|
||||
asciidoctor {
|
||||
|
||||
@@ -28,6 +30,7 @@ asciidoctor {
|
||||
'download-url' : "https://github.com/spring-projects/spring-session-data-geode/archive/${ghTag}.zip",
|
||||
'docinfodir@': ".",
|
||||
'highlightjsdir@': "js/highlight",
|
||||
// 'stylesheet' : pathToSpringCss,
|
||||
// 'spring-version' : "$springVersion",
|
||||
'spring-version' : versions['org.springframework:spring-core'],
|
||||
'spring-data-commons-version' : "$springDataCommonsVersion",
|
||||
|
||||
Reference in New Issue
Block a user