Fixed contractTest section; fixes gh-1608
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -113,7 +113,7 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
contractTest {
|
||||
useJUnitPlatform()
|
||||
if (getProp(envVars, "MESSAGING_TYPE") != "") {
|
||||
systemProperty("spring.profiles.active", "messagingtype")
|
||||
|
||||
Reference in New Issue
Block a user