Changed std in assignment to method call

This commit is contained in:
Collin Smith 2020-11-19 12:01:26 -08:00
parent 1b138e29fa
commit 98bac98fb9

View File

@ -13,7 +13,7 @@ application {
run {
workingDir = rootProject.file('assets').path
standardInput = System.in
setStandardInput(System.in)
setIgnoreExitValue(true)
}