From ca480be4e0cafed6caeaac47c704ac2cb881a7eb Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 9 Jun 2023 10:00:13 +0300 Subject: [PATCH] [fix][build] Configure git-commit-id-plugin to skip git describe Follow up on #20435 changes to fix build that could fail with git describe error "fatal: No names found, cannot describe anything." --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f14d57faa8f6..1c7cbb5de5516 100644 --- a/pom.xml +++ b/pom.xml @@ -1588,10 +1588,10 @@ flexible messaging model and an intuitive client API. true git false + false false - false - false + true