build: Bypass Homebrew JDK vendor check for desktop packaging

Compose Desktop's checkRuntime task rejects Homebrew JDK distributions
because their bundled runtimes may be broken. Disable the vendor check
to keep packaging with the current toolchain.

Refs JetBrains/compose-multiplatform#3107
This commit is contained in:
2026-08-31 16:41:30 +02:00
parent 22c0a61e32
commit f2f5a15967
+1
View File
@@ -2,3 +2,4 @@ kotlin.code.style=official
android.useAndroidX=true android.useAndroidX=true
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx4096m org.gradle.jvmargs=-Xmx4096m
compose.desktop.packaging.checkJdkVendor=false