Update archive base names and artifact ids.

This commit is contained in:
Jesse Brault 2025-02-16 10:26:00 -06:00
parent 6995de3dde
commit eeda1656c8

View File

@ -24,7 +24,7 @@ jar {
publishing {
publications {
create('fp', MavenPublication) {
artifactId = 'groowt-util-fp'
artifactId = 'util-fp'
from components.java
}
}