mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
0983167740
Co-authored-by: Jason <11360596+jpenilla@users.noreply.github.com>
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
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")
|
|
}
|