mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
12 lines
219 B
Groovy
12 lines
219 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':providers:BaseProviders')
|
|
api 'org.bukkit:bukkit:1.12.2-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
}
|