From eeda1656c89ac594c3f87644d6b916d3b2537d35 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 4272e1f..8c5c312 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ jar { publishing { publications { create('fp', MavenPublication) { - artifactId = 'groowt-util-fp' + artifactId = 'util-fp' from components.java } }