Skip to content

Commit

Permalink
Fixed vs-core dependencies (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 1, 2023
1 parent 7b13223 commit 1551831
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {
exclude module: "netty-buffer"
exclude module: "fastutil"
exclude module: "kotlin-stdlib-jdk8" // Don't shade kotlin-stdlib-jdk8, even though vs-core depends on it
exclude module: "jsonschema.module.addon"
}

// CC Restitched
Expand Down
1 change: 0 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ dependencies {

forgeRuntimeLibrary include("com.networknt:json-schema-validator:1.0.71") { transitive = false }
forgeRuntimeLibrary include("com.ethlo.time:itu:1.7.0") { transitive = false }
forgeRuntimeLibrary include("com.github.imifou:jsonschema-module-addon:1.2.1") { transitive = false }
forgeRuntimeLibrary include("com.github.victools:jsonschema-module-jackson:4.25.0") { transitive = false }
forgeRuntimeLibrary include("com.github.victools:jsonschema-generator:4.25.0") { transitive = false }
forgeRuntimeLibrary include("com.fasterxml:classmate:1.5.1") { transitive = false }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fabric_loader_version=0.14.10
fabric_api_version=0.59.0+1.18.2
forge_version=1.18.2-40.1.69
create_fabric_version=0.5.0.i-934+1.18.2
vs_core_version=1.1.0+1523241a33
vs_core_version=1.1.0+01023bdb65
# Prevent kotlin from autoincluding stdlib as a dependency, which breaks
# gradle's composite builds (includeBuild) for some reason. We'll add it manually
kotlin.stdlib.default.dependency=false
Expand Down

0 comments on commit 1551831

Please sign in to comment.