This website requires JavaScript.
Explore
Help
Register
Sign in
TotalFreedomMC
/
TF-EssentialsX
Watch
1
Star
0
Fork
You've already forked TF-EssentialsX
0
mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced
2025-01-08 08:07:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9601687190
TF-EssentialsX
/
EssentialsSpawn
/
build.gradle
7 lines
109 B
Groovy
Raw
Normal View
History
Unescape
Escape
Clean up gradle build scripts 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>
2021-06-07 12:17:39 +00:00
plugins
{
id
(
"essentials.module-conventions"
)
}
Refactor Project to Gradle (#3720) Gradle is better than Maven, don't @ me. okay but actually it's [faster](https://www.youtube.com/watch?v=atuFSv2bLa8&feature=youtu.be&t=77), compiles and tests in parallel more efficiently, and more epic stuff).
2020-11-25 20:24:24 +00:00
dependencies
{
compileOnly
project
(
':EssentialsX'
)
}
Reference in a new issue
Copy permalink