I though it would make the System.in available to any JavaExec task specified in the
build.gradle
whenbuild.gradle
is executed. I guess not though.
Accually you can . I’m using gradle 6.5.1 and I added this to my gradle.build
run {
standardInput(System.in)
}
For me it was also stuck at 80% but it turned out it’s because it was waiting for me to type the input.