Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bawnorton authored Jun 26, 2023
1 parent 1f59ea3 commit b91871d
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 @@ -69,7 +69,7 @@ dependencies {
modImplementation("io.wispforest:owo-lib:${project.owo_version}")
modImplementation("nl.enjarai:cicada-lib:${project.cicada_version}") { exclude group: "net.fabricmc.fabric-api" }
modImplementation("com.github.quiqueck:BCLib:${project.bclib_version}") { transitive = false }
modImplementation(fileTree(dir: "libs", include: ["*.jar"])) // wunderlib 1.1.2 with mapping conflict resolved
modImplementation(fileTree(dir: "libs", include: ["*.jar"])) // wunderlib 1.1.3 with mapping conflict resolved
modImplementation("maven.modrinth:additionalentityattributes:${project.additionalentityattributes_version}")
}

Expand Down Expand Up @@ -116,4 +116,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit b91871d

Please sign in to comment.