Skip to content

Commit

Permalink
[ci skip] fixed modrinth publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 5, 2024
1 parent 21e70a5 commit 0a48c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ hangarPublish { // docs - https://docs.papermc.io/misc/hangar-publishing

modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
projectId.set("gBIw3Gvy")
projectId.set("a2wQ6jIv")
versionType = if (isRelease) "release" else "beta"
uploadFile.set(tasks.shadowJar.flatMap { it.archiveFile })
uploadFile.set(tasks.shadowJar)
gameVersions.set(versions)
loaders.add("paper")
dependencies {
Expand Down

0 comments on commit 0a48c84

Please sign in to comment.