From 8169fd6dbde8c3320f606d650acaf44f35d06389 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Sun, 16 Feb 2025 10:26:00 -0600 Subject: [PATCH] Update archive base names and artifact ids. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8c2829..874911d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ jar { publishing { publications { create('di', MavenPublication) { - artifactId = 'groowt-util-di' + artifactId = 'util-di' from components.java } }