mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-07 19:28:10 +01:00
[ci-skip] fix maven publishing id
This commit is contained in:
parent
6402aa2181
commit
8cfe439830
@ -44,7 +44,7 @@ tasks {
|
|||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = rootProject.group.toString()
|
groupId = rootProject.group.toString()
|
||||||
artifactId = "${rootProject.name.lowercase()}-${project.name.lowercase()}-api"
|
artifactId = "${rootProject.name.lowercase()}-paper-api"
|
||||||
version = rootProject.version.toString()
|
version = rootProject.version.toString()
|
||||||
|
|
||||||
from(component)
|
from(component)
|
||||||
|
Loading…
Reference in New Issue
Block a user