Skip to content

Commit

Permalink
[ci-skip] Add dependencies to publish tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 25, 2024
1 parent 1b59e45 commit 5a44214
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ modrinth {

autoAddDependsOn.set(false)
detectLoaders.set(false)

dependencies {
optional.version("fancyholograms", "2.0.6")
}
}

hangarPublish {
Expand Down Expand Up @@ -85,6 +89,10 @@ hangarPublish {
required = false
}

hangar("FancyHolograms") {
required = false
}

url("Oraxen", "https://www.spigotmc.org/resources/%E2%98%84%EF%B8%8F-oraxen-custom-items-blocks-emotes-furniture-resourcepack-and-gui-1-18-1-20-4.72448/") {
required = false
}
Expand Down

0 comments on commit 5a44214

Please sign in to comment.