aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2022-03-08 19:48:09 +0100
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2022-03-08 19:48:09 +0100
commit258bcb8cffd2b903af631e4450495a03ec5b6c77 (patch)
tree03a3a14a69ec493f8d4abf939a550aacd8b090ef /build.gradle
parent1c26538ae79739edd6ae87e310c6bcaec2885a02 (diff)
downloadSkyblocker-258bcb8cffd2b903af631e4450495a03ec5b6c77.tar.gz
Skyblocker-258bcb8cffd2b903af631e4450495a03ec5b6c77.tar.bz2
Skyblocker-258bcb8cffd2b903af631e4450495a03ec5b6c77.zip
migrate to slf4j
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 18643dfe..ec574060 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,13 +56,9 @@ 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
+ // https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit used pull data from the NEU item repo
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"))
-
-
//DiscordIPC + Libraries so it works on unix systems
modImplementation ("com.jagrosh:DiscordIPC:0.5"){
exclude module: "slf4j-api"