mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
14 lines
322 B
Text
14 lines
322 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
`groovy-gradle-plugin`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.kyori", "indra-common", "2.0.6")
|
|
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
|
|
implementation("xyz.jpenilla", "run-paper", "1.0.4")
|
|
}
|