Christos Malliaridis
03/06/2025, 7:31 PMoptimizeTask
in our jenkins jobs when binaries.executable()
is called, and we can't reproduce the issue locally to troubleshoot and fix it. The console output can be found here. The gradle configuration of the module can be found here.
Does anyone have any clue what the cause could be or how to reproduce or address the issue?Alex Styl
03/07/2025, 3:02 AMChristos Malliaridis
03/09/2025, 7:18 PMcompose-web
is installing it automatically and using that instead?
It may be worth mentioning that we also use com.github.node-gradle.node
in another module in the project, that installs node 16 (aside from the node used by compose probably), and that we also had some compatibility issues before related to OS, see https://youtrack.jetbrains.com/issue/KT-58502, which we considered downgrading node for compose to v16.
But none of these cause any issues in local environments, which does make the reproduction of the issue harder. Perhaps its an OS (version) specific issue?Christos Malliaridis
03/17/2025, 6:55 PM