Files
Ilya Kirillov ee2f0f45fc Wizard: ignore Kotlin repo in tests
They may differ sometimes as they depend on the latest Kotlin release
2020-09-17 00:29:47 +03:00

11 lines
192 B
Groovy
Vendored

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url 'KOTLIN_REPO'
}
}
}
rootProject.name = 'generatedProject'