Updated contract deps

This commit is contained in:
Marcin Grzejszczak
2016-11-08 17:09:07 +01:00
parent 92cf2cf5c6
commit 293fa22bf4

View File

@@ -131,7 +131,9 @@ contracts {
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
}