mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs: update api publication
This commit is contained in:
@@ -46,9 +46,9 @@ tasks {
|
|||||||
}
|
}
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = rootProject.group.toString()
|
groupId = "de.oliver"
|
||||||
artifactId = rootProject.name
|
artifactId = "FancyNpcs"
|
||||||
version = rootProject.version.toString()
|
version = project.version.toString()
|
||||||
from(project.components["java"])
|
from(project.components["java"])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user