Spring Cloud CDC separate base class configuration
I'm trying to set up a spring CDC configuration.
But I have a problem when I want to define separate base classes for mappings.
When I define it as
contracts {
contractsDslDir.set(file("src/test/resources/contracts"))
testFramework.set(org.springframework.cloud.contract.verifier.config.TestFramework.JUNIT5)
packageWithBaseClasses.set("
my.app")
}
it works.
But when I use the baseClassMappings element I get an exception.
contracts {...