Skip to content

Commit cd4ace6

Browse files
committed
re-enable publishing
1 parent 7074e50 commit cd4ace6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tasks.javadoc {
114114
publishMods {
115115
displayName = modstitch.metadata.modVersion.map { "Debugify $it" }
116116
version = modstitch.metadata.modVersion
117-
//file = tasks.remapJar.get().archiveFile
117+
file = modstitch.finalJarTask.flatMap { it.archiveFile }
118118
type = STABLE
119119
modLoaders.add("fabric")
120120

0 commit comments

Comments
 (0)