mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-04 09:45:34 +08:00
17 lines
325 B
Groovy
17 lines
325 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "PageCurl"
|
|
include ':app'
|