Skip to content

Commit

Permalink
Merge pull request #12 from NonSwag/fix-hangar-publish
Browse files Browse the repository at this point in the history
updated hangar publish plugin
  • Loading branch information
TheMeinerLP authored Jun 7, 2024
2 parents 319c844 + 2f873ff commit 0b78fbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id("xyz.jpenilla.run-paper") version "2.1.0"
idea

id("io.papermc.hangar-publish-plugin") version "0.0.5"
id("io.papermc.hangar-publish-plugin") version "0.1.2"
id("com.modrinth.minotaur") version "2.+"
}

Expand Down Expand Up @@ -185,8 +185,6 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
channel.set(if (isRelease) "Release" else if (isMainBranch) "Snapshot" else "Alpha")
changelog.set(changelogContent)
apiKey.set(System.getenv("HANGAR_SECRET"))
owner.set("TheMeinerLP")
slug.set("BetterGoPaint")
platforms {
register(Platforms.PAPER) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
Expand Down

0 comments on commit 0b78fbb

Please sign in to comment.