Skip to content

Commit

Permalink
Update modPublish
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Jan 15, 2025
1 parent ea95427 commit 17d5fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'net.neoforged.moddev' version '2.0.58-beta'
id "me.modmuss50.mod-publish-plugin" version "0.4.0"
id "me.modmuss50.mod-publish-plugin" version "0.8.3"
}


Expand Down Expand Up @@ -151,7 +151,7 @@ tasks.withType(JavaCompile).configureEach {
}

publishMods {
file = tasks.jar.archiveFile
file = jar.archiveFile
changelog = new File("changelog/${mod_version}.md").text
version = mod_version
type = STABLE
Expand Down

0 comments on commit 17d5fd8

Please sign in to comment.