Skip to content

Commit

Permalink
Update releases.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 27, 2024
1 parent 4f4d55c commit afc2765
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ afterEvaluate {
fun setupModrinth(token: String) {
val projectId = extension.modrinth.projectId.orNull
if (projectId.isNullOrBlank()) return

apply<Minotaur>()
configure<ModrinthExtension> {
failSilently.set(true)
Expand Down

0 comments on commit afc2765

Please sign in to comment.