mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-26 07:47:13 -07:00
Set the artifact ID from the project name for maven publishing
This commit is contained in:
parent
7a3d44a412
commit
79938eeb61
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ publishing {
|
|||
}
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
artifactId = rootProject.name
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue