From 331e387a15fc6152a4c60628510d84f2f84aa293 Mon Sep 17 00:00:00 2001 From: Oliver Behnke Date: Wed, 25 Aug 2021 18:09:58 +0200 Subject: [PATCH] Disable spotless check during release * Fixed branch used by ratchetFrom not available at that point --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index fbb6e55..79a763c 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ + spotless-check check @@ -193,6 +194,18 @@ + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + spotless-check + none + + + + org.apache.maven.plugins maven-gpg-plugin