Ensure that samples' REST Docs version is updated before they are built

This commit is contained in:
Andy Wilkinson
2017-03-24 14:37:17 +00:00
parent b6120cd539
commit af0cd029c7
7 changed files with 36 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
restDocsVersion = "1.1.2.BUILD-SNAPSHOT"
restDocsVersion = "1.1.3.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}