Update build.gradle

This commit is contained in:
Flemmli97 2021-06-12 12:17:03 +02:00 committed by GitHub
parent b8572175ca
commit 914cf1f509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,9 @@ curseforge {
}
addGameVersion "Forge"
mainArtifact(remapJar) {
changelog = changelog(3).replace("\n-", "\n\n- ")
def txt = changelog(1).replace("\n-", "\n\n- ")
txt = txt + "\n\n" + "For past versions see: https://github.com/Flemmli97/Flan/blob/1.16/Changelog.txt"
changelog = txt
changelogType = "markdown"
releaseType = 'release'
}