mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancydialog: Fix artifact name in api
This commit is contained in:
@@ -49,7 +49,7 @@ tasks {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = "de.oliver"
|
||||
artifactId = "FancyHolograms"
|
||||
artifactId = "FancyDialogs"
|
||||
version = getFDVersion()
|
||||
from(project.components["java"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user