melix
11/15/2024, 3:32 PMtasks.named<JavaExec>("run") {
standardInput = System.`in`
}
to my build script, and using --console=plain to avoid scrambled outputs. It kind of works, however it breaks whenever I press key up or down to search in history. Has anyone found a workaround for this?ephemient
11/15/2024, 4:11 PM