Update Gradle (#902)

This commit is contained in:
Emux
2022-01-26 17:49:33 +02:00
committed by GitHub
parent f5f77157c9
commit c4003bab33
4 changed files with 22 additions and 18 deletions

View File

@@ -1,3 +1,18 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = 'vtm-parent'
include ':vtm'
include ':vtm-android'