Fixed contractTest section; fixes gh-1608

This commit is contained in:
Marcin Grzejszczak
2021-02-05 14:15:24 +01:00
parent fed305485c
commit d00880cd22
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ dependencies {
}
}
test {
contractTest {
useJUnitPlatform()
if (getProp(envVars, "MESSAGING_TYPE") != "") {
systemProperty("spring.profiles.active", "messagingtype")