From f961108a792b4afcc529d458a09d7f7a95bb3b17 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 8 Nov 2016 18:21:02 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index b903991890..9ad79ed1f6 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -2120,7 +2120,7 @@ one to one to the contents of the repo.

<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.0.BUILD-SNAPSHOT</version> + <version>1.4.2.BUILD-SNAPSHOT</version> <relativePath /> </parent> @@ -2537,7 +2537,9 @@ src/test/resources/contracts/myservice/shouldReturnUser.groovy stubsOutputDir = project.file("${project.buildDir}/stubs") // the following properties are used when you want to provide where the JAR with contract lays - contractDependency = new org.springframework.cloud.contract.verifier.plugin.ContractVerifierExtension.Dependency() + contractDependency { + stringNotation = '' + } contractsPath = '' contractsWorkOffline = false }