Update build.gradle

This commit is contained in:
Marcin Grzejszczak
2017-01-15 20:10:23 +01:00
committed by GitHub
parent 878e8a4f38
commit 341a64dc0a

View File

@@ -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
}