From 2f873ff3c173a78201993c3f84530f66d236f5ad Mon Sep 17 00:00:00 2001 From: david Date: Fri, 7 Jun 2024 15:39:14 +0200 Subject: [PATCH] updated hangar publish plugin --- build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c1d4e11..df270670 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.+" } @@ -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 })