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:
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user