mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 09:08:01 +01:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.kyori", "indra-common", "3.1.3")
|
|
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.3")
|
|
implementation("xyz.jpenilla", "run-task", "2.3.1")
|
|
}
|