- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for alpnBootVersion (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
buildSrc/src/main/kotlin/AlpnVersions.kt
else -> null } /** * Returns the alpn-boot version specific to this OpenJDK 8 JVM, or null if this is not a Java 8 VM. * https://github.com/xjdr/xio/blob/master/alpn-boot.gradle */ fun alpnBootVersion(): String? { val version = System.getProperty("alpn.boot.version") if (version != null) { return version } val javaVersion = System.getProperty("java.version")Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 1.8K bytes - Click Count (0)