mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
Co-authored-by: Renato <mehahx@gmail.com> Co-authored-by: Túlio Magalhães <v.tulio.henrique@reddit.com>
16 lines
325 B
Groovy
16 lines
325 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "otclient"
|
|
include ':app'
|