Update CurseForge Script
All checks were successful
SorceryCraft/pipeline/head This commit looks good
All checks were successful
SorceryCraft/pipeline/head This commit looks good
This commit is contained in:
parent
76f316f7bd
commit
ff50bd3851
@ -89,7 +89,7 @@ if (project.hasProperty('curseforge.api_key')) {
|
|||||||
addGameVersion project.simple_minecraft_version
|
addGameVersion project.simple_minecraft_version
|
||||||
addGameVersion 'Fabric'
|
addGameVersion 'Fabric'
|
||||||
mainArtifact(remapJar) {
|
mainArtifact(remapJar) {
|
||||||
displayName = "SorceryCraft v${version} for ${project.minecraft_version}"
|
displayName = "SorceryCraft v${mod_version} for ${project.minecraft_version}"
|
||||||
}
|
}
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
uploadTask.dependsOn('remapJar')
|
uploadTask.dependsOn('remapJar')
|
||||||
|
Reference in New Issue
Block a user