From 93c56799492c96952f0ec9d7bdf0cf44513b8540 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 10 Sep 2019 20:26:18 +0200 Subject: [PATCH] Fixing the wrong task --- config/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/releaser.yml b/config/releaser.yml index f99b986a29..ce0569073b 100644 --- a/config/releaser.yml +++ b/config/releaser.yml @@ -1,5 +1,5 @@ releaser.maven.buildCommand: ./scripts/noIntegration.sh -releaser.maven.deployCommand: ./mvnw deploy -DskipTests -B -Pfast,deploy -Dgradle.publishPlugins.task="-Phello=world" {{systemProps}} +releaser.maven.deployCommand: ./mvnw deploy -DskipTests -B -Pfast,deploy -Dgradle.publishPlugins.task=-Phello=world {{systemProps}} releaser.gradle.gradlePropsSubstitution: verifierVersion: spring-cloud-contract bootVersion: spring-boot