mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 09:08:01 +01:00
12 lines
158 B
Groovy
12 lines
158 B
Groovy
plugins {
|
|
id("essentials.module-conventions")
|
|
}
|
|
|
|
essentials {
|
|
injectPlaceholderApi = true
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':EssentialsX')
|
|
}
|