Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetRun and jetTestRun tasks do not support stdin passing #42

Open
voronaam opened this issue Feb 2, 2018 · 0 comments
Open

jetRun and jetTestRun tasks do not support stdin passing #42

voronaam opened this issue Feb 2, 2018 · 0 comments

Comments

@voronaam
Copy link

voronaam commented Feb 2, 2018

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant