1pluginManagement { 2 repositories { 3 mavenCentral() 4 maven { url "https://plugins.gradle.org/m2/" } 5 maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" } 6 mavenLocal() 7 } 8} 9 10include 'mavenTest' 11include 'functionalTest' 12 13rootProject.name = "integration-testing" 14