IDE uses Gradle runner and getting input from within Gradle is pretty challenging. you may be able to modify the run task as per https://github.com/gradle/gradle/issues/1251#issuecomment-459369978 but in general I wouldn't bother, it's too flaky. just run the binary from the terminal
🙏 1
🤝 1
t
theapache64
03/13/2022, 12:17 PM
@ephemient Thanks. Adding below line to gradle fixed the issue