Skip to content

Commit b3d1e9b

Browse files
committed
Merge remote-tracking branch 'origin/1.20' into 1.21.1
2 parents 0068f72 + 2ec6a6a commit b3d1e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ tasks.named("build") {
202202
}
203203

204204
publishMods {
205-
file.set(tasks.named<Jar>(finalJarTask).get().outputs.files.singleFile)
205+
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
206206
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
207207
type = STABLE
208208

0 commit comments

Comments
 (0)