From fba15c816a1367b5ac401cd4363749fff1180acb Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Fri, 23 Oct 2020 02:06:27 +0200 Subject: [PATCH] Added Anvil GUI API --- build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 12a5aa1e..2172ca21 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,6 +47,7 @@ plugins { repositories { mavenCentral() jcenter() + maven("https://jitpack.io") mavenLocal() // to get the locally available binaries of spigot (use the BuildTools) } @@ -60,6 +61,9 @@ dependencies { // KHTTP api("khttp", "khttp", "1.0.0") + // ANVIL GUI + api("com.github.WesJD.AnvilGUI", "anvilgui", "master-SNAPSHOT") + } /*