aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTacoMonkey <75862693+TacoMonkey11@users.noreply.github.com>2022-01-28 14:20:56 -0500
committerTacoMonkey <75862693+TacoMonkey11@users.noreply.github.com>2022-01-28 14:20:56 -0500
commit50ad421301d993ba4a8921f0f7c4ed1a009ed318 (patch)
treea196bfffbd86237a2d4c0531bb544c65d3ef3c8a /build.gradle
parent14eda84c8bfe8b34fe5134d9f3bc14f4dd6a8c7a (diff)
downloadSkyblocker-50ad421301d993ba4a8921f0f7c4ed1a009ed318.tar.gz
Skyblocker-50ad421301d993ba4a8921f0f7c4ed1a009ed318.tar.bz2
Skyblocker-50ad421301d993ba4a8921f0f7c4ed1a009ed318.zip
Removed amecsapi
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"){