Skip to content

Commit

Permalink
Fix shadow not being applied for CurseForge
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 22, 2024
1 parent de114d9 commit fb780c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)

def projectId = "889785" // my project url is http://minecraft.curseforge.com/mc-mods/889785/

def mainFile = upload(projectId, jar)
def mainFile = upload(projectId, shadowJar)
mainFile.releaseType = 'release'
mainFile.changelogType = "text"
mainFile.changelog = file("resources/changelog/${project.minecraft_version}-${project.version}.txt")
Expand Down

0 comments on commit fb780c2

Please sign in to comment.