Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/registry-sync-v2/api' into feature/r…
Browse files Browse the repository at this point in the history
…egistry-sync-v2/item
  • Loading branch information
thecatcore committed May 5, 2024
2 parents e117bec + 188ea3d commit 09146c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ def moduleDependencies(Project project, List<String> projectNames) {
depNode.appendNode("artifactId", getProjectMavenName(it))
depNode.appendNode("version", it.version)
depNode.appendNode("scope", "compile")

def exclusionsNode = depNode.appendNode("exclusions")
def exclusionNode = exclusionsNode.appendNode("exclusion")
exclusionNode.appendNode("groupId", "net.legacyfabric.legacy-fabric-api")
exclusionNode.appendNode("artifactId", "*")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true

base_version = 1.9.3
base_version = 1.9.4
loader_version = 0.15.7
yarn_mappings_build = 530

Expand Down

0 comments on commit 09146c1

Please sign in to comment.