mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
Fix for conscrypt tests (#5263)
This commit is contained in:
@@ -259,8 +259,7 @@ open class PlatformRule @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun conscrypt() = PlatformRule(
|
||||
CONSCRYPT_PROPERTY)
|
||||
fun conscrypt() = PlatformRule(CONSCRYPT_PROPERTY)
|
||||
|
||||
@JvmStatic
|
||||
fun jdk9() = PlatformRule(JDK9_PROPERTY)
|
||||
@@ -269,8 +268,7 @@ open class PlatformRule @JvmOverloads constructor(
|
||||
fun jdk8() = PlatformRule(JDK8_PROPERTY)
|
||||
|
||||
@JvmStatic
|
||||
fun jdk8alpn() = PlatformRule(
|
||||
JDK8_ALPN_PROPERTY)
|
||||
fun jdk8alpn() = PlatformRule(JDK8_ALPN_PROPERTY)
|
||||
|
||||
@JvmStatic
|
||||
fun isAlpnBootEnabled(): Boolean = try {
|
||||
|
||||
Reference in New Issue
Block a user