From 0670ffd72b7dc36e9640799ee800cf80666f982a 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 6e5faf7..eb2974f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ jar { publishing { publications { create('extensible', MavenPublication) { - artifactId = 'groowt-util-extensible' + artifactId = 'util-extensible' from components.java } }