mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 03:38:28 +00:00
11 lines
167 B
Groovy
11 lines
167 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api project(':providers:NMSReflectionProvider')
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
}
|