gradle scripts code example
Example 1: gradle
$ sdk install gradle 6.7
Example 2: gradle application system.in
//this works only for the run task, place it in the right block
run {
standardInput = System.in
}
$ sdk install gradle 6.7
//this works only for the run task, place it in the right block
run {
standardInput = System.in
}