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

@@ -8,8 +8,6 @@ plugins {
id("xyz.jpenilla.run-paper")
id("com.gradleup.shadow")
id("de.eldoria.plugin-yml.paper")
id("io.papermc.hangar-publish-plugin")
id("com.modrinth.minotaur")
}
runPaper.folia.registerTask()
@@ -139,14 +137,6 @@ tasks {
}
}
tasks.publishAllPublicationsToHangar {
dependsOn("shadowJar")
}
tasks.modrinth {
dependsOn("shadowJar")
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}