Skip to content

Commit

Permalink
Disable debug mode for modrinth deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Sep 15, 2024
1 parent 0b9d4fb commit cde9a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/bluemap.modrinth.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ modrinth {
uploadFile = tasks.getByName("release").outputs.files.singleFile
versionNumber = "${project.version}-${project.name}"
changelog = project.releaseNotes()
debugMode = true
}

tasks.modrinth {
Expand Down

0 comments on commit cde9a7e

Please sign in to comment.