diff --git a/Core/build.gradle b/Core/build.gradle index eeb918012..e15de257e 100644 --- a/Core/build.gradle +++ b/Core/build.gradle @@ -1,6 +1,7 @@ repositories { maven { url = "https://jitpack.io" } maven { url = "https://mvn.intellectualsites.com/content/repositories/snapshots" } + maven { url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } } def textVersion = "3.0.2" @@ -18,6 +19,8 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.0") implementation("org.jetbrains:annotations:20.1.0") implementation("org.khelekore:prtree:1.7.0-SNAPSHOT") + implementation("org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT") + implementation("com.github.AtlasMediaGroup:TotalFreedomMod:0be2aa7") implementation("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"){ transitive = false } }