mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 05:40:31 +05:30
19 lines
342 B
Groovy
19 lines
342 B
Groovy
//pluginManagement {
|
|
// repositories {
|
|
//gradlePluginPortal()
|
|
// google()
|
|
// mavenCentral()
|
|
// }
|
|
//}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "LibreTube"
|
|
include ':app'
|