aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2022-01-27 18:58:30 +0100
committerGitHub <noreply@github.com>2022-01-27 18:58:30 +0100
commitbce4959edc1766958e7e8a92827ac101a3dcae73 (patch)
tree1398b4f55d7636952e9ede2bb1601dec48ca5bac /build.gradle
parentef9a7406af91f5fadcd78af4ec8bd93d7925b9b4 (diff)
parentfe5e15db3678007c35980b4f04b6879d0c996eb3 (diff)
downloadSkyblocker-bce4959edc1766958e7e8a92827ac101a3dcae73.tar.gz
Skyblocker-bce4959edc1766958e7e8a92827ac101a3dcae73.tar.bz2
Skyblocker-bce4959edc1766958e7e8a92827ac101a3dcae73.zip
Merge pull request #32 from KonaeAkira/master
Import item list widget from KonaeAkira/Skypixel
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
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.