Update archive base names and artifact ids.

This commit is contained in:
Jesse Brault 2025-02-16 10:26:00 -06:00
parent 632e6f2dcd
commit 8169fd6dbd

View File

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