Wizard: Do not add bintray repoitory for eap versions
This commit is contained in:
+1
-2
@@ -95,11 +95,10 @@ class MavenResolverTest : ResolversTestBase() {
|
||||
)
|
||||
)
|
||||
|
||||
// @Repository("https://dl.bintray.com/kotlin/kotlin-eap", "https://dl.bintray.com/jakubriegel/kotlin-shell")
|
||||
// @Repository( "https://dl.bintray.com/jakubriegel/kotlin-shell")
|
||||
val repositories = repositoryConstructor.callBy(
|
||||
mapOf(
|
||||
repositoryConstructor.parameters.first() to arrayOf(
|
||||
"https://dl.bintray.com/kotlin/kotlin-eap",
|
||||
"https://dl.bintray.com/jakubriegel/kotlin-shell"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user