I'm not able to generate distrbuted version of my ...
# compose-desktop
a
I'm not able to generate distrbuted version of my app when running desktop:runDistributable For JDK I'm using15
m
I don’t know whether this is related to your specific problem but I would not recommend such an old version of the JDK. At that time there were still many bugs in the packager. I’d at least use JDK 17.
a
Thank you ♥️ It works fine with JDK 17 😯
For JDK 15 I had to downgrade to compose 1.2.0-alpha01-dev774 But now with JDK 17 I can work with compose 1.2.0-beta01
e
FWIW: I compiled
1.2.0-beta01
fine using JDK11. I think the problem you are seeing is that the gradle task
package
requires JDK15+ I was building an executable jar-file instead of a
.dmg