mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-01 00:10:32 +01:00
c5253bc5e2
This PR updates the build setup to Gradle 7.4 and updates EssentialsX to Minecraft 1.18.2.
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.kyori", "indra-common", "2.1.1")
|
|
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.2")
|
|
implementation("xyz.jpenilla", "run-paper", "1.0.6")
|
|
}
|