Skip to content

Commit

Permalink
Switch optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jan 25, 2025
1 parent 620bab5 commit d4e2981
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 @@ -177,7 +177,7 @@ if (System.getenv().CURSEFORGE_KEY) {
mainFile.changelog = file("$project.rootDir/changelog.md")
mainFile.changelogType = 'markdown'

mainFile.addOptional("jade", "roughly-enough-items", "jei", "curios-continuation", "the-cactus-mod", "patchouli")
mainFile.addOptional("jade", "roughly-enough-items", "jei", "the-cactus-mod", "patchouli", "curios")
}
}

Expand All @@ -194,12 +194,12 @@ if (System.getenv().MODRINTH_KEY) {
loaders = ["neoforge"]

dependencies {
optional.project "curios-continuation"
optional.project "the-cactus-mod"
optional.project "jade"
optional.project "rei"
optional.project "jei"
optional.project "patchouli"
optional.project "curios"
}
}
}
Expand Down

0 comments on commit d4e2981

Please sign in to comment.