- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for alpnBootVersion (0.06 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 Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 03 03:59:03 UTC 2025 - 9.4K bytes - Viewed (0)