fix: Publishing

This commit is contained in:
2025-11-24 04:17:57 -07:00
parent 00c74a0f9d
commit 5ae8da7f10

View File

@@ -76,7 +76,6 @@ publishing {
publications {
register<MavenPublication>(project.name) {
from(components["java"])
artifact(tasks.jar.get().outputs.files.single())
this.groupId = project.group.toString()
this.artifactId = project.name.lowercase()