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