Remove publishing to hangar and modrinth via gradle plugins

This commit is contained in:
Oliver
2025-11-07 13:38:59 +01:00
committed by Oliver
parent 1ee7bdcd98
commit 02fa1f0fa6
5 changed files with 0 additions and 195 deletions

View File

@@ -3,8 +3,6 @@ plugins {
id("io.papermc.paperweight.userdev") version "2.0.0-beta.17" apply false
id("xyz.jpenilla.run-paper") version "2.3.1" apply false
id("de.eldoria.plugin-yml.paper") version "0.7.1" apply false
id("io.papermc.hangar-publish-plugin") version "0.1.3" apply false
id("com.modrinth.minotaur") version "2.+" apply false
}
allprojects {