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.
2 parents 0068f72 + 2ec6a6a commit b3d1e9bCopy full SHA for b3d1e9b
build.gradle.kts
@@ -202,7 +202,7 @@ tasks.named("build") {
202
}
203
204
publishMods {
205
- file.set(tasks.named<Jar>(finalJarTask).get().outputs.files.singleFile)
+ file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
206
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
207
type = STABLE
208
0 commit comments