You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an appication that reads from stdin (System.in) I can not use those helper tasks (jetRun and jetTestRun) and have to rely on rebuilding with jetBuild all the time.
Expected something like this to work in the build.gradle file:
jetRun {
standardInput = System.in
}
The text was updated successfully, but these errors were encountered:
If I have an appication that reads from stdin (
System.in
) I can not use those helper tasks (jetRun
andjetTestRun
) and have to rely on rebuilding withjetBuild
all the time.Expected something like this to work in the
build.gradle
file:The text was updated successfully, but these errors were encountered: