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 }