Fix CurseForge Changelog
SorceryCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-03-06 18:52:13 -05:00
parent c1e935764d
commit abc16c2bbb
1 changed files with 1 additions and 3 deletions

View File

@ -61,12 +61,10 @@ curseforge {
}
project {
id = project.curseforge_id
changelogType = 'markdown'
changelog = file('CHANGELOG.md')
changelog = 'A changelog can be found at https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/src/branch/master/CHANGELOG.md'
releaseType = 'release'
addGameVersion project.simple_minecraft_version
addGameVersion 'Fabric'
addGameVersion 'Java 8'
mainArtifact(remapJar) {
displayName = "SorceryCraft v${version} for ${project.minecraft_version}"
}