mirror of
https://github.com/python/cpython.git
synced 2026-04-20 19:01:14 +00:00
Migrates Android build tooling to the shared Platforms folder. Co-authored-by: Malcolm Smith <smith@chaquo.com>
18 lines
No EOL
334 B
Kotlin
18 lines
No EOL
334 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Python testbed"
|
|
include(":app")
|
|
|