Add System.in as standard input
This commit is contained in:
parent
19dceafb7d
commit
7c00cd474b
@ -29,3 +29,7 @@ application {
|
|||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClassName = 'fr.lnl.game.client.App'
|
mainClassName = 'fr.lnl.game.client.App'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
run {
|
||||||
|
standardInput = System.in
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user