aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index e38c7116..e7fadae4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,10 +29,6 @@ repositories {
url 'https://repo.maven.apache.org/maven2'
name 'Maven Central'
}
- maven {
- url "https://maven.siphalor.de/"
- name "Siphalor's Maven"
- }
maven {url "https://jitpack.io"}
maven {url "https://maven.jaackson.me/repo"}
@@ -66,10 +62,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
include(implementation("org.slf4j:slf4j-api:1.7.28"))
- // https://github.com/Siphalor/amecs-api
- modImplementation "de.siphalor:amecsapi-1.15:1+"
- include "de.siphalor:amecsapi-1.15:1+"
-
//DiscordIPC + Libraries so it works on unix systems
modImplementation ("com.jagrosh:DiscordIPC:0.5"){