Skip to content

Commit

Permalink
Minor fixes to compiling fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Nov 26, 2024
1 parent cc9b3fb commit 3d6359c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ allprojects {
maven("https://maven.enginehub.org/repo/")
maven("https://maven.fabricmc.net/")
maven("https://maven.neoforged.net/releases/")
maven("https://maven.terraformersmc.com/")
mavenCentral()
maven {
setUrl("https://api.modrinth.com/maven")
Expand Down
4 changes: 4 additions & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ dependencies {
isTransitive = false
}
}

// Include dependencies in jar
include(project(":api"))
include(libs.prtree)
}

loom {
Expand Down

0 comments on commit 3d6359c

Please sign in to comment.