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 49f5b52 commit 2ec6a6aCopy full SHA for 2ec6a6a
build.gradle.kts
@@ -215,7 +215,7 @@ tasks.named("build") {
215
}
216
217
publishMods {
218
- file.set(tasks.named<Jar>(finalJarTask).get().outputs.files.singleFile)
+ file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
219
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
220
type = STABLE
221
0 commit comments