mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-22 10:18:17 +07:00
Changed std in assignment to method call
This commit is contained in:
parent
1b138e29fa
commit
98bac98fb9
@ -13,7 +13,7 @@ application {
|
||||
|
||||
run {
|
||||
workingDir = rootProject.file('assets').path
|
||||
standardInput = System.in
|
||||
setStandardInput(System.in)
|
||||
setIgnoreExitValue(true)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user