mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 03:38:28 +00:00
![MD](/assets/img/avatar_default.png)
This PR updates the build setup to Gradle 7.4 and updates EssentialsX to Minecraft 1.18.2.
13 lines
284 B
Text
13 lines
284 B
Text
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")
|
|
}
|