Update archive base names and artifact ids.

This commit is contained in:
Jesse Brault 2025-02-16 10:26:00 -06:00
parent 151555b56c
commit 0670ffd72b

View File

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