From d900f6ba581fd640a916e22664d70c495e6337e8 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 26 Nov 2019 12:02:59 +0100 Subject: [PATCH] Updated the deploy command for Gradle --- config/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/releaser.yml b/config/releaser.yml index ce0569073b..1a3195deea 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.publish-plugins.task=-Phello=world {{systemProps}} releaser.gradle.gradlePropsSubstitution: verifierVersion: spring-cloud-contract bootVersion: spring-boot