Skip to content

Commit

Permalink
Update publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Sep 10, 2024
1 parent a4f2021 commit e6e3313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT' apply(false)
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
id "me.modmuss50.mod-publish-plugin" version "0.7.3"
}

ext.isSnapshot = providers.environmentVariable("SNAPSHOT").map {it == "true"}.getOrElse(false)
Expand Down

0 comments on commit e6e3313

Please sign in to comment.