mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-13 06:15:08 +01:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.kyori", "indra-common", "3.1.3")
|
|
implementation("com.github.johnrengelman", "shadow", "8.1.1")
|
|
implementation("xyz.jpenilla", "run-task", "2.1.0")
|
|
}
|