I have a created a simple java \"echo\" application that takes a user\'s input and shows it back to them to demonstrate the issue. I can run this application without trouble
You must wire up default stdin to gradle, put this in build.gradle:
run{ standardInput = System.in }