mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-13 06:15:08 +01:00
63234d6b1d
Fixes CI failures when trying to run `testJava8`, now that Spigot API is compiled for Java 17.
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.2.3")
|
|
}
|