xref: /aosp_15_r20/external/kotlinx.atomicfu/integration-testing/settings.gradle (revision 68017707106cb9da9fed635c150bc497c09c160f)
1*68017707SAndroid Build Coastguard WorkerpluginManagement {
2*68017707SAndroid Build Coastguard Worker    repositories {
3*68017707SAndroid Build Coastguard Worker        mavenCentral()
4*68017707SAndroid Build Coastguard Worker        maven { url "https://plugins.gradle.org/m2/" }
5*68017707SAndroid Build Coastguard Worker        maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
6*68017707SAndroid Build Coastguard Worker        mavenLocal()
7*68017707SAndroid Build Coastguard Worker    }
8*68017707SAndroid Build Coastguard Worker}
9*68017707SAndroid Build Coastguard Worker
10*68017707SAndroid Build Coastguard Workerinclude 'mavenTest'
11*68017707SAndroid Build Coastguard Workerinclude 'functionalTest'
12*68017707SAndroid Build Coastguard Worker
13*68017707SAndroid Build Coastguard WorkerrootProject.name = "integration-testing"
14