From 5f6d2ad6157f1b496137758f06ca66fb656f3312 Mon Sep 17 00:00:00 2001 From: omerazmon-idme Date: Wed, 15 Apr 2026 14:18:13 -0700 Subject: [PATCH] AI-250: Set root project group for Sonatype staging profile lookup The nexus-publish-plugin derives the staging profile name from the root project's group, which was unset, causing "Failed to find staging profile for package group:" error. Co-Authored-By: Claude Opus 4.6 Signed-off-by: omerazmon-idme --- build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index c4ed5d2..2677c21 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,6 +17,8 @@ buildscript { apply(plugin = "io.github.gradle-nexus.publish-plugin") +group = "com.idmelabs.auth" + configure { repositories { sonatype {