[K/N][build] Use JDK17 on macOS arm64 to prevent odd failures

This commit is contained in:
Pavel Punegov
2021-11-12 14:59:57 +03:00
committed by Space
parent 1c8d1fcdba
commit 56f6637279
+4
View File
@@ -124,6 +124,10 @@ allprojects {
loadCommandLineProperties() loadCommandLineProperties()
loadLocalProperties() loadLocalProperties()
setupClang(project) setupClang(project)
if (HostManager.host.name == "macos_arm64") {
JvmToolchain.configureJvmToolchain(project, JdkMajorVersion.JDK_17)
}
} }
void setupHostAndTarget() { void setupHostAndTarget() {