From ebe5ac4cbdb5865f65a312ba3eac15480fd02c32 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Wed, 6 Mar 2024 16:14:14 +0530 Subject: [PATCH] fix(build): Add groupId to root project Currently, the task findSonatypeStagingRepo is failing to find the exact match even if the repository exists with same description. This is due to missing groupId, resulting to leading colon in the description. Fixes #436 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 205d17403f..edf823aa63 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,7 @@ repositories { maven { url "https://repo.grails.org/grails/core" } } +group = "org.grails" version project.projectVersion ext {