gradle.properties: skip JDK vendor check for packaging

Compose Desktop warns about Homebrew JDK but it works fine for
macOS packaging. compose.desktop.packaging.checkJdkVendor=false
suppresses the error without switching JDKs.
This commit is contained in:
Kyle Bolen
2026-08-02 03:19:56 +00:00
parent c34e1201ab
commit 694dca8817

1
gradle.properties Normal file
View File

@@ -0,0 +1 @@
compose.desktop.packaging.checkJdkVendor=false