- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for alpnBootVersion (0.07 sec)
-
okhttp/build.gradle.kts
} } if (platform == "jdk8alpn") { // Add alpn-boot on Java 8 so we can use HTTP/2 without a stable API. val alpnBootVersion = alpnBootVersion() if (alpnBootVersion != null) { val alpnBootJar = configurations.detachedConfiguration( dependencies.create("org.mortbay.jetty.alpn:alpn-boot:$alpnBootVersion") ).singleFile tasks.withType<Test> { jvmArgs("-Xbootclasspath/p:${alpnBootJar}") } } }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 12.3K bytes - Viewed (0)