mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 05:54:01 +01:00
Artifice
- Specify artifactId again in maven publication
This commit is contained in:
parent
6f74d2e53b
commit
5c04c93f62
@ -175,6 +175,8 @@ publishing {
|
|||||||
register('mavenJava', MavenPublication) {
|
register('mavenJava', MavenPublication) {
|
||||||
artifact jar
|
artifact jar
|
||||||
|
|
||||||
|
artifactId = archivesBaseName
|
||||||
|
|
||||||
fg.component(it)
|
fg.component(it)
|
||||||
jarJar.component(it)
|
jarJar.component(it)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user