mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-05 15:58:38 +07:00
Changed std in assignment to method call
This commit is contained in:
@ -13,7 +13,7 @@ application {
|
||||
|
||||
run {
|
||||
workingDir = rootProject.file('assets').path
|
||||
standardInput = System.in
|
||||
setStandardInput(System.in)
|
||||
setIgnoreExitValue(true)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user