Answers for "gradle application system.in"

0

gradle application system.in

//this works only for the run task, place it in the right block

run {
   standardInput = System.in
}
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language