Skip to content

Commit

Permalink
removed modrinth upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jun 15, 2024
1 parent 66938e0 commit 3b2a9f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
- name: Publish
env:
HANGAR_SECRET: ${{secrets.HANGAR_KEY}}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_KEY }}
run: ./gradlew build modrinth publishAllPublicationsToHangar --stacktrace
run: ./gradlew build publishAllPublicationsToHangar --stacktrace
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id("java")
id("java-library")

alias(libs.plugins.minotaur)
alias(libs.plugins.shadow)
alias(libs.plugins.hangar.publish.plugin)
alias(libs.plugins.plugin.yml.paper)
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cloud-paper = { group = "org.incendo", name = "cloud-paper", version.ref = "clou
core-internationalization = { group = "net.thenextlvl.core", name = "i18n", version.ref = "core-i18n" }

[plugins]
minotaur = { id = "com.modrinth.minotaur", version = "2.+" }
shadow = { id = "io.github.goooler.shadow", version = "8.1.7" }
hangar-publish-plugin = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
plugin-yml-paper = { id = "net.minecrell.plugin-yml.paper", version = "0.6.0" }
Expand Down

0 comments on commit 3b2a9f3

Please sign in to comment.