Upgrade spring-doc-resources

Upgraade spring-doc-resources from version 0.2.0 to version 0.2.1
to get a bug fix (setting the display width for the HTML output).
This commit is contained in:
Jay Bryant
2020-04-23 12:38:33 -05:00
committed by Artem Bilan
parent ca34db16d3
commit 8a7ceeae51

View File

@@ -32,7 +32,7 @@ ext {
linkScmUrl = 'https://github.com/spring-projects/spring-amqp'
linkScmConnection = 'git://github.com/spring-projects/spring-amqp.git'
linkScmDevConnection = 'git@github.com:spring-projects/spring-amqp.git'
docResourcesVersion = '0.2.0.RELEASE'
docResourcesVersion = '0.2.1.RELEASE'
modifiedFiles =
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }