[Gradle IT] Added ivy with release k/n to IT tests default repos
^KT-64903
This commit is contained in:
committed by
Space Team
parent
9a5f4522e6
commit
a33e56a50d
+21
@@ -94,6 +94,15 @@ internal fun getGroovyRepositoryBlock(
|
||||
| mavenCentral()
|
||||
| google()
|
||||
| ivy {
|
||||
| url = "https://download.jetbrains.com/kotlin/native/builds/releases"
|
||||
| patternLayout {
|
||||
| artifact("[revision]/[classifier]/[artifact]-[classifier]-[revision].[ext]")
|
||||
| }
|
||||
| metadataSources {
|
||||
| artifact()
|
||||
| }
|
||||
| }
|
||||
| ivy {
|
||||
| url = "https://download.jetbrains.com/kotlin/native/builds/dev"
|
||||
| patternLayout {
|
||||
| artifact("[revision]/[classifier]/[artifact]-[classifier]-[revision].[ext]")
|
||||
@@ -165,6 +174,9 @@ internal fun getGroovyRepositoryBlock(
|
||||
| includeModule("google.d8", "v8")
|
||||
| }
|
||||
| }
|
||||
| maven {
|
||||
| url "https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/"
|
||||
| }
|
||||
| ${additionalDependencyRepositories.map { repo -> "maven{ url = \"$repo\" }" }.joinToString("\n")}
|
||||
| ${localRepo?.absolutePathString()?.let { repo -> "maven{ url = \"${repo.replace("\\", "\\\\")}\" }" } ?: ""}
|
||||
| }
|
||||
@@ -256,6 +268,15 @@ internal fun getKotlinRepositoryBlock(
|
||||
| mavenCentral()
|
||||
| google()
|
||||
| ivy {
|
||||
| url = uri("https://download.jetbrains.com/kotlin/native/builds/releases")
|
||||
| patternLayout {
|
||||
| artifact("[revision]/[classifier]/[artifact]-[classifier]-[revision].[ext]")
|
||||
| }
|
||||
| metadataSources {
|
||||
| artifact()
|
||||
| }
|
||||
| }
|
||||
| ivy {
|
||||
| url = uri("https://download.jetbrains.com/kotlin/native/builds/dev")
|
||||
| patternLayout {
|
||||
| artifact("[revision]/[classifier]/[artifact]-[classifier]-[revision].[ext]")
|
||||
|
||||
Reference in New Issue
Block a user