Skip to content

Commit

Permalink
chore: 🔧 Correct Curios continuation CF / Modrinth dep key
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Oct 30, 2024
1 parent c3c4ccd commit 01798bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
mainFile.addGameVersion("${it}")
}
mainFile.addOptional('jei')
mainFile.addOptional('curios')
mainFile.addOptional('curios-continuation')
mainFile.addOptional('jade')
onlyIf { !project.ext.changelog.isEmpty() }
}
Expand All @@ -289,7 +289,7 @@ modrinth {
dependencies {
optional.project "jei"
optional.project "jade"
optional.project "curios"
optional.project "curios-continuation"
}
changelog = provider {
project.ext.changelog
Expand Down

0 comments on commit 01798bd

Please sign in to comment.