Update build.gradle

This commit is contained in:
speed 2020-12-24 21:08:39 -05:00
parent 800a3373d8
commit 078987d9b4

View file

@ -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 }
}