Skip to content

Commit

Permalink
fix: 🐛 Fixed dependencies on curseforge to properly list sophisticate…
Browse files Browse the repository at this point in the history
…d storage as required dep
  • Loading branch information
P3pp3rF1y committed Dec 30, 2024
1 parent dbe72af commit 3a4f7eb
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 @@ -354,8 +354,8 @@ task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
mainFile.addGameVersion("${it}")
}
mainFile.addRequirement('sophisticated-core')
mainFile.addRequirement('sophisticated-storage')
mainFile.addOptional('jei')
mainFile.addOptional('crafting-tweaks')
onlyIf { !project.ext.changelog.isEmpty() }
}

Expand Down

0 comments on commit 3a4f7eb

Please sign in to comment.