[Gradle][Minor] Fix test - okio - getArtifacts not using mavenLocal()
^KT-56210 Verification Pending
This commit is contained in:
committed by
Space Team
parent
aecbbe3856
commit
cda92fa456
+3
-1
@@ -39,7 +39,9 @@ class LazyResolvedConfigurationTest {
|
|||||||
fun `test - okio - getArtifacts`() {
|
fun `test - okio - getArtifacts`() {
|
||||||
val project = buildProject {
|
val project = buildProject {
|
||||||
enableDependencyVerification(false)
|
enableDependencyVerification(false)
|
||||||
repositories.mavenLocal()
|
repositories.mavenLocal { repo ->
|
||||||
|
repo.mavenContent { it.includeGroupByRegex(".*jetbrains.*") }
|
||||||
|
}
|
||||||
repositories.mavenCentral()
|
repositories.mavenCentral()
|
||||||
applyMultiplatformPlugin()
|
applyMultiplatformPlugin()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user