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

@@ -2,7 +2,7 @@ FROM ubuntu:21.04
ARG SDKMAN_JAVA_INSTALLATION=8.0.275.hs-adpt
MAINTAINER Marcin Grzejszczak <mgrzejszczak@pivotal.io>
LABEL Author Marcin Grzejszczak <mgrzejszczak@pivotal.io>
RUN apt-get update && apt-get install -y curl \
unzip \

View File

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