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") + } /*