This website requires JavaScript.
Explore
Help
Sign In
mirror
/
Essentials
Watch
2
Star
0
Fork
0
You've already forked Essentials
mirror of
https://github.com/EssentialsX/Essentials.git
synced
2024-11-27 01:40:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac0ba8890f
Essentials
/
EssentialsAntiBuild
/
build.gradle
8 lines
110 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 20:17:39 +08: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-26 04:24:24 +08:00
dependencies
{
compileOnly
project
(
':EssentialsX'
)
}
Reference in New Issue
Copy Permalink