We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using gradle run makes it impossible to use Golo's readln and Java's Scanner class with System.in
gradle run
readln() yields a NullPointException, as System.console() seems to be null
Any method in the Scanner class used with System.in results in a NoSuchElementException
The text was updated successfully, but these errors were encountered:
Workaround : using installDist then using its launching script
gradle installDist && build/install/YourAppName/bin/YourAppName
Sorry, something went wrong.
No branches or pull requests
Using
gradle run
makes it impossible to use Golo's readln and Java's Scanner class with System.inreadln() yields a NullPointException, as System.console() seems to be null
Any method in the Scanner class used with System.in results in a NoSuchElementException
The text was updated successfully, but these errors were encountered: