We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7074e50 commit cd4ace6Copy full SHA for cd4ace6
1 file changed
build.gradle.kts
@@ -114,7 +114,7 @@ tasks.javadoc {
114
publishMods {
115
displayName = modstitch.metadata.modVersion.map { "Debugify $it" }
116
version = modstitch.metadata.modVersion
117
- //file = tasks.remapJar.get().archiveFile
+ file = modstitch.finalJarTask.flatMap { it.archiveFile }
118
type = STABLE
119
modLoaders.add("fabric")
120
0 commit comments