Skip to content

Commit

Permalink
[no ci] ci: bump mod-publish-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Feb 9, 2025
1 parent d09b6d2 commit e9431c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("fabric-loom") version "1.7-SNAPSHOT" apply false
id("net.neoforged.moddev") version "2.0.76" apply false
id("me.modmuss50.mod-publish-plugin") version "0.6.2" apply false
id("me.modmuss50.mod-publish-plugin") version net.modgarden.silicate.gradle.Versions.MOD_PUBLISH_PLUGIN apply false
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ object Versions {
const val FABRIC_MIXIN = "0.15.5+mixin.0.8.7"
const val MIXIN_EXTRAS = "0.4.1"

const val MOD_PUBLISH_PLUGIN = "0.8.4"

const val JAVA = 21
}

0 comments on commit e9431c7

Please sign in to comment.