18 lines
411 B
Text
18 lines
411 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
//repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
maven { setUrl("https://jitpack.io") }
|
||
|
}
|
||
|
}
|
||
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||
|
include(":samples", "commons")
|