mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-12 21:54:01 +01:00
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
|
repositories {
|
||
|
loadRepositories(project)
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
loadDependencies(project)
|
||
|
}
|
||
|
|
||
|
java {
|
||
|
withJavadocJar()
|
||
|
}
|