- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MIN_VERSION (0.12 sec)
-
.teamcity/src/main/kotlin/common/JvmCategory.kt
* limitations under the License. */ package common enum class JvmCategory( override val vendor: JvmVendor, override val version: JvmVersion ) : Jvm { MIN_VERSION(JvmVendor.oracle, JvmVersion.java8), // Oracle doesn't provide zip JDK distribution for Windows anymore, we avoid using it MIN_VERSION_WINDOWS_MAC(JvmVendor.openjdk, JvmVersion.java8),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 25 15:57:12 UTC 2024 - 1.2K bytes - Viewed (0)