Skip to content

Commit

Permalink
Fix CurseForge publishing AGAIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Nov 11, 2023
1 parent eea8b9e commit ab9a101
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ tasks.register('curseforge', TaskPublishCurseForge) {
return
}

projectId = project.curseforge_id

// Changelog fetching
def changelogContent = fetchChangelog()

Expand All @@ -229,7 +227,7 @@ tasks.register('curseforge', TaskPublishCurseForge) {
return
}

def mainFile = upload(projectId, tasks.remapJar)
def mainFile = upload(project.curseforge_id, tasks.remapJar)
mainFile.releaseType = this.getVersionType()
mainFile.addGameVersion(project.minecraft_version)
mainFile.addModLoader("Fabric", "Quilt")
Expand Down

0 comments on commit ab9a101

Please sign in to comment.