mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-07 12:56:31 +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) {
|
register('mavenJava', MavenPublication) {
|
||||||
artifact jar
|
artifact jar
|
||||||
|
|
||||||
|
artifactId = archivesBaseName
|
||||||
|
|
||||||
fg.component(it)
|
fg.component(it)
|
||||||
jarJar.component(it)
|
jarJar.component(it)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue