mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
11 lines
215 B
Groovy
11 lines
215 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Naive Plugin"
|
|
|
|
include ':app'
|