Matt Groth
04/15/2023, 9:07 PMrun
gradle desk for my Desktop app and not seeing any standard output.ephemient
04/15/2023, 9:11 PMMatt Groth
04/15/2023, 9:11 PMephemient
04/15/2023, 9:11 PMexec
inherits stdout/stderr, so you shouldn't need any additional work to pipe itMatt Groth
04/15/2023, 9:12 PMAbstractRunDistributableTask
https://github.com/JetBrains/compose-multiplatform/blob/92aae7397d1c601475df88e134[…]mpose/desktop/application/tasks/AbstractRunDistributableTask.kt
It looks like the process might be executed without piping the standard output. Is that possible? If so, is there any workaround?Matt Groth
04/15/2023, 9:12 PMMatt Groth
04/15/2023, 9:13 PMephemient
04/15/2023, 9:13 PMgradle --info
Matt Groth
04/15/2023, 9:14 PMwarn
. I just tried --info
and it did not helpephemient
04/15/2023, 9:15 PMMatt Groth
04/15/2023, 9:16 PMMatt Groth
04/15/2023, 9:16 PMMatt Groth
04/15/2023, 9:19 PMMatt Groth
04/15/2023, 9:19 PMMatt Groth
04/15/2023, 9:19 PMephemient
04/15/2023, 9:20 PM