mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-07 00:48:14 +01:00
13 lines
195 B
Groovy
13 lines
195 B
Groovy
|
plugins {
|
||
|
id("essentials.base-conventions")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api project(':providers:NMSReflectionProvider')
|
||
|
}
|
||
|
|
||
|
essentials {
|
||
|
injectBukkitApi.set(false)
|
||
|
injectBstats.set(false)
|
||
|
}
|