- Specify artifactId again in maven publication
This commit is contained in:
Jozufozu 2023-12-27 12:44:16 -08:00
parent 6f74d2e53b
commit 5c04c93f62

View File

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