Added Anvil GUI API

This commit is contained in:
bluefireoly
2020-10-23 02:06:27 +02:00
parent 2d18df2e20
commit fba15c816a

View File

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