[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`() {
|
||||
val project = buildProject {
|
||||
enableDependencyVerification(false)
|
||||
repositories.mavenLocal()
|
||||
repositories.mavenLocal { repo ->
|
||||
repo.mavenContent { it.includeGroupByRegex(".*jetbrains.*") }
|
||||
}
|
||||
repositories.mavenCentral()
|
||||
applyMultiplatformPlugin()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user