Additional stub resetting, updated wiremock listener conditions
fixes gh-1027
This commit is contained in:
@@ -34,10 +34,6 @@ dependencies {
|
||||
testCompile 'org.springframework.cloud:spring-cloud-contract-wiremock'
|
||||
}
|
||||
|
||||
contracts {
|
||||
failOnNoContracts = false
|
||||
}
|
||||
|
||||
test {
|
||||
systemProperty 'spring.profiles.active', 'gradle'
|
||||
testLogging {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=2.1.4.BUILD-SNAPSHOT
|
||||
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
|
||||
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
|
||||
bootVersion=2.1.7.RELEASE
|
||||
Reference in New Issue
Block a user