Skip to content

Commit

Permalink
Fixed forge not depending on vs-core util
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Sep 28, 2023
1 parent 58665aa commit be901b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ dependencies {
transitive = false
}

forgeRuntimeLibrary include("org.valkyrienskies.core:util:${rootProject.vs_core_version}") {
transitive = false
}

forgeRuntimeLibrary shadowCommon("org.valkyrienskies:physics_api_krunch:1.0.0+c56602855f") {
transitive = false
}
Expand Down

0 comments on commit be901b8

Please sign in to comment.