mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-06 04:16:36 +01:00
Artifice
- Specify artifactId again in maven publication
This commit is contained in:
parent
6f74d2e53b
commit
5c04c93f62
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ publishing {
|
|||
register('mavenJava', MavenPublication) {
|
||||
artifact jar
|
||||
|
||||
artifactId = archivesBaseName
|
||||
|
||||
fg.component(it)
|
||||
jarJar.component(it)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue