Facing some problems with running compose distributables, built with
Wix
for
Windows
(gradle task ":createDistributable").
exe
file just not launching. This is new issue, couple weeks ago all was fine. Anyone here has the same? I've tried to build with 15 and 16 JDK for Gradle, no differences.
rcd27
08/23/2021, 9:39 AM
I firstly thought this is about my project, but tried
compose-jb.examples.codeviewer
after - the same thing. All works from IDEA, but distributables just don't run.
m
mcpiroman
08/23/2021, 9:45 AM
Try running task `runDistributable`from IDEA, it should print the issue.
r
rcd27
08/23/2021, 7:06 PM
@mcpiroman now I see that there is a bug in compose-gradle-plugin(I suppose):
, all is shining. Thank you, I knew there is something about escaping character. I'm glad I'm not the only one who can make such mistake, appreciate your work very much, good luck!