mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-14 14:45:27 +01:00
16 lines
332 B
Groovy
16 lines
332 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(':providers:BaseProviders')) {
|
|
exclude group: "org.spigotmc", module: "spigot-api"
|
|
}
|
|
implementation 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
injectBstats.set(false)
|
|
}
|