Skip to content

Commit 7ea2b89

Browse files
committed
Fix
1 parent 017855a commit 7ea2b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ subprojects {
224224
}
225225
} else if (platform == "conscrypt") {
226226
dependencies {
227-
testRuntimeOnly(rootProject.libs.conscrypt.openjdk)
227+
// testRuntimeOnly(rootProject.libs.conscrypt.openjdk)
228228
}
229229
} else if (platform == "openjsse") {
230230
dependencies {
231-
testRuntimeOnly(rootProject.libs.openjsse)
231+
// testRuntimeOnly(rootProject.libs.openjsse)
232232
}
233233
}
234234

0 commit comments

Comments
 (0)