This website requires JavaScript.
Explore
Help
Register
Sign In
EpicKnarvik97
/
mcMMO
Watch
1
Star
0
Fork
0
You've already forked mcMMO
mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced
2025-01-18 16:35:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mcMMO
/
buildSrc
/
build.gradle.kts
9 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Complete Kotlin-DSL Gradle scripting for multiple projects. Added the shadow plugin integration with the entire project. Indvidual modules each have their designated dependencies and each will assign various dependencies based on constants now made through buildSrc. Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
2019-02-16 18:39:44 -08:00
plugins {
`kotlin-dsl`
}
Fix a few things with the git ignore file and wrapper. Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
2019-02-17 13:43:09 -08:00
repositories {
jcenter()
}
Reference in New Issue
Copy Permalink