Skip to content
Snippets Groups Projects
Commit 395da372 authored by Martin Abel's avatar Martin Abel
Browse files

Attach stdin to gradle run

parent 512d6ec4
No related branches found
No related tags found
No related merge requests found
...@@ -65,3 +65,8 @@ repositories { ...@@ -65,3 +65,8 @@ repositories {
// You can declare any Maven/Ivy/file repository here. // You can declare any Maven/Ivy/file repository here.
jcenter() jcenter()
} }
// Attach stdin to gradle run
run{
standardInput = System.in
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment