Stop using Bintray in ignored test in MavenResolverTest (KTI-528)
This commit is contained in:
committed by
TeamCityServer
parent
9bf7f3af04
commit
03c0a81a33
+1
-2
@@ -95,11 +95,10 @@ class MavenResolverTest : ResolversTestBase() {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
// @Repository( "https://dl.bintray.com/jakubriegel/kotlin-shell")
|
|
||||||
val repositories = repositoryConstructor.callBy(
|
val repositories = repositoryConstructor.callBy(
|
||||||
mapOf(
|
mapOf(
|
||||||
repositoryConstructor.parameters.first() to arrayOf(
|
repositoryConstructor.parameters.first() to arrayOf(
|
||||||
"https://dl.bintray.com/jakubriegel/kotlin-shell"
|
"TODO - REWRITE TEST TO OTHER REPOSITORY: https://dl.bbiintray.com/jakubriegel/kotlin-shell"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user