Skip to content

Commit

Permalink
Shade sat4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jul 6, 2024
1 parent 22d0cda commit bffb6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ dependencies {
yarnMappings(group = "net.fabricmc", name = "yarn", version = versionYarn)

shade("net.minecraftforge:srgutils:0.5.4")
implementation("org.ow2.sat4j:org.ow2.sat4j.core:2.3.6")
implementation("org.ow2.sat4j:org.ow2.sat4j.pb:2.3.6")
shade("org.ow2.sat4j:org.ow2.sat4j.core:2.3.6")
shade("org.ow2.sat4j:org.ow2.sat4j.pb:2.3.6")

testCompileOnly("org.jetbrains:annotations:23.0.0")
// Unit testing for mod metadata
Expand Down

0 comments on commit bffb6f1

Please sign in to comment.