without this change the user was forced to use a single base class for all of the generated tests. It could become problematic after some time. With this change we provide a range of options of providing different base classes for different contracts. fixes #16
= Stream Source Run [source=groovy] -------- ./gradlew clean build publishToMavenLocal -------- or -------- ./mvnw clean install -------- To - build the app - generate and run Spring Cloud Contract Verifier tests - publish the fatJar and the stubs to Maven Local