Skip to content

Commit

Permalink
Update dependency io.papermc.hangar-publish-plugin to v0.1.0 (Intelle…
Browse files Browse the repository at this point in the history
…ctualSites#283)

* Update dependency io.papermc.hangar-publish-plugin to v0.1.0

* Address breaking changes in hangar-publish

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
renovate[bot] and NotMyFault authored Sep 3, 2023
1 parent 58bd725 commit 69370d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ modrinth {
hangarPublish {
publications.register("plugin") {
version.set(project.version as String)
namespace("IntellectualSites", "FastAsyncVoxelSniper")
id.set("FastAsyncVoxelSniper")
channel.set("Release")
changelog.set("The changelog is available on GitHub: https://github" +
".com/IntellectualSites/fastasyncvoxelsniper/releases/tag/${project.version}")
Expand All @@ -218,7 +218,7 @@ hangarPublish {
jar.set(file("build/libs/${rootProject.name}-${project.version}.jar"))
platformVersions.set(supportedVersions)
this.dependencies {
hangar("IntellectualSites", "FastAsyncWorldEdit") {
hangar("FastAsyncWorldEdit") {
required.set(true)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shadow = "8.1.1"
pluginyml = "0.6.0"
nexus = "1.3.0"
minotaur = "2.8.3"
hangar = "0.0.5"
hangar = "0.1.0"

[libraries]

Expand Down

0 comments on commit 69370d8

Please sign in to comment.