We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fabc70 commit 1c184fdCopy full SHA for 1c184fd
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
id 'maven-publish'
4
id 'net.neoforged.moddev' version '2.0.58-beta'
5
- id "me.modmuss50.mod-publish-plugin" version "0.4.0"
+ id "me.modmuss50.mod-publish-plugin" version "0.8.3"
6
}
7
8
@@ -150,7 +150,7 @@ tasks.withType(JavaCompile).configureEach {
150
151
152
publishMods {
153
- file = tasks.jar.archiveFile
+ file = jar.archiveFile
154
changelog = new File("changelog/${mod_version}.md").text
155
version = mod_version
156
type = STABLE
0 commit comments