Merge remote-tracking branch 'origin/1.20' into 1.21.1
This commit is contained in:
commit
b3d1e9bcb0
|
|
@ -202,7 +202,7 @@ tasks.named("build") {
|
||||||
}
|
}
|
||||||
|
|
||||||
publishMods {
|
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."
|
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
|
||||||
type = STABLE
|
type = STABLE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user