mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-01 08:19:59 +01:00
985b5655f5
This has been in work for a bunch of time. Zoe ( duplexsystem or budgidiere, whatever ) has put a ton of work into this. We now have a bugfree build system that works flawlessly. Co-authored-by: Ivan Pekov <ivan@mrivanplays.com> Co-authored-by: Simon Gardling <titaniumtown@gmail.com> Co-authored-by: toinouH <toinouh2003@gmail.com> P.s the one who merged this is ivan and not bud.
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
repositories {
|
|
loadRepositories(project)
|
|
}
|
|
|
|
dependencies {
|
|
loadDependencies(project)
|
|
}
|