mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-23 11:50:20 +02:00
16 lines
295 B
Groovy
16 lines
295 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
include ':app'
|