diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index a05703ab..bc703890 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,12 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" + + // https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit + include(implementation("org.eclipse.jgit:org.eclipse.jgit:6.0.0.202111291000-r")) + + // https://mvnrepository.com/artifact/org.slf4j/slf4j-api + include(implementation("org.slf4j:slf4j-api:1.7.28")) // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. |