- Specify artifactId again in maven publication
This commit is contained in:
Jozufozu 2023-12-27 12:44:16 -08:00
parent 588bb4dda3
commit cb11ee030e

View File

@ -175,6 +175,8 @@ publishing {
register('mavenJava', MavenPublication) {
artifact jar
artifactId = archivesBaseName
fg.component(it)
jarJar.component(it)
}