This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
Essentials
Watch
1
Star
0
Fork
0
You've already forked Essentials
mirror of
https://github.com/EssentialsX/Essentials.git
synced
2024-11-13 06:15:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a481b21324
Essentials
/
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 14:17:39 +02: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 21:24:24 +01:00
dependencies
{
compileOnly
project
(
':EssentialsX'
)
}
Reference in New Issue
Copy Permalink