Wizard: Do not add bintray repoitory for eap versions
This commit is contained in:
-1
@@ -83,7 +83,6 @@ abstract class MultiplePluginVersionGradleImportingTestCase : GradleImportingTes
|
||||
fun repositories(useKts: Boolean): String {
|
||||
val customRepositories = arrayOf(
|
||||
"https://dl.bintray.com/kotlin/kotlin-dev",
|
||||
"http://dl.bintray.com/kotlin/kotlin-eap"
|
||||
)
|
||||
val customMavenRepositories = customRepositories.map { if (useKts) "maven(\"$it\")" else "maven { url '$it' } " }.joinToString("\n")
|
||||
return """
|
||||
|
||||
Reference in New Issue
Block a user