Skip to content

Commit

Permalink
Fix optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jul 15, 2023
1 parent 444ef22 commit 121eb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (System.getenv().CURSEFORGE_KEY) {
requiredDependency "architectury-api"
requiredDependency "fabric-api"
requiredDependency "cloth-config"
optionalDependency "patchouli"
optionalDependency "patchouli-fabric"
}
}

Expand All @@ -148,7 +148,7 @@ if (System.getenv().MODRINTH_KEY) {
required.project "architectury-api"
required.project "fabric-api"
required.project "cloth-config"
optional.project "patchouli"
optional.project "patchouli-fabric"
}
}
}

0 comments on commit 121eb08

Please sign in to comment.