From 341a64dc0a3ba52c6104b2973cea0df6a80d1b10 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sun, 15 Jan 2017 20:10:23 +0100 Subject: [PATCH] Update build.gradle --- _includes/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/build.gradle b/_includes/build.gradle index fcb99f3468..6d45017aad 100644 --- a/_includes/build.gradle +++ b/_includes/build.gradle @@ -20,7 +20,7 @@ dependencies { } // In this section you define all Spring Cloud Contract Verifier Gradle Plugin properties -contractVerifier { +contracts { baseClassForTests = 'com.example.MvcTest' // fully qualified name to a class that will be the base class for your generated test classes }