mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-28 02:54:20 +00:00
19b4da07b9
Adds run-paper plugin support as well as moves majority of logic to kotlin build scrips Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
7 lines
No EOL
109 B
Groovy
7 lines
No EOL
109 B
Groovy
plugins {
|
|
id("essentials.module-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':EssentialsX')
|
|
} |