mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-22 16:05:02 +00:00
Update build.gradle
This commit is contained in:
parent
800a3373d8
commit
078987d9b4
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = "https://jitpack.io" }
|
maven { url = "https://jitpack.io" }
|
||||||
maven { url = "https://mvn.intellectualsites.com/content/repositories/snapshots" }
|
maven { url = "https://mvn.intellectualsites.com/content/repositories/snapshots" }
|
||||||
|
maven { url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
|
||||||
}
|
}
|
||||||
def textVersion = "3.0.2"
|
def textVersion = "3.0.2"
|
||||||
|
|
||||||
|
@ -18,6 +19,8 @@ dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.0")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.0")
|
||||||
implementation("org.jetbrains:annotations:20.1.0")
|
implementation("org.jetbrains:annotations:20.1.0")
|
||||||
implementation("org.khelekore:prtree:1.7.0-SNAPSHOT")
|
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 }
|
implementation("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"){ transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue