Skip to content

Commit 1394050

Browse files
committed
Update reference docs to a more modern CSS style
This change upgrade the framework to consume the newly-published docbook-reference-plugin version 0.2.0, which includes among other improvements a revamped CSS approach designed to look as similar as possible to the way markdown files are rendered by GitHub. See associated commit [1] at SpringSource's gradle-plugins repo for further details. Issue: SPR-10036 [1]: spring-attic/gradle-plugins@b209c35
1 parent 1e48c78 commit 1394050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
maven { url 'http://repo.springsource.org/plugins-release' }
44
}
55
dependencies {
6-
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.6'
6+
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.0'
77
}
88
}
99

0 commit comments

Comments
 (0)