Fix error running publishMods
This commit is contained in:
parent
49f5b527db
commit
2ec6a6afbc
|
|
@ -215,7 +215,7 @@ tasks.named("build") {
|
|||
}
|
||||
|
||||
publishMods {
|
||||
file.set(tasks.named<Jar>(finalJarTask).get().outputs.files.singleFile)
|
||||
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
|
||||
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
|
||||
type = STABLE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user