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:
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
compose.desktop.packaging.checkJdkVendor=false
|
||||||
Reference in New Issue
Block a user