Ensure that REST Assured module is installed before sample is built

This commit is contained in:
Andy Wilkinson
2016-02-15 17:57:51 +00:00
parent ba76c2f843
commit 4c5095589a

View File

@@ -154,6 +154,7 @@ configure(subprojects - project(":docs")) { subproject ->
samples {
dependOn 'spring-restdocs-core:install'
dependOn 'spring-restdocs-mockmvc:install'
dependOn 'spring-restdocs-restassured:install'
restNotesSpringHateoas {
workingDir "$projectDir/samples/rest-notes-spring-hateoas"