Skip to content

Commit 1c184fd

Browse files
OK sure a fix
1 parent 4fabc70 commit 1c184fd

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

@@ -150,7 +150,7 @@ tasks.withType(JavaCompile).configureEach {
150150
}
151151

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

0 commit comments

Comments
 (0)