Skip to content

Commit 17d5fd8

Browse files
Update modPublish
1 parent ea95427 commit 17d5fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
id 'maven-publish'
44
id 'net.neoforged.moddev' version '2.0.58-beta'
5-
id "me.modmuss50.mod-publish-plugin" version "0.4.0"
5+
id "me.modmuss50.mod-publish-plugin" version "0.8.3"
66
}
77

88

@@ -151,7 +151,7 @@ tasks.withType(JavaCompile).configureEach {
151151
}
152152

153153
publishMods {
154-
file = tasks.jar.archiveFile
154+
file = jar.archiveFile
155155
changelog = new File("changelog/${mod_version}.md").text
156156
version = mod_version
157157
type = STABLE

0 commit comments

Comments
 (0)