chore(gradle): enable interactive program run
This commit is contained in:
@@ -47,3 +47,7 @@ tasks.named<Test>("test") {
|
||||
// Use JUnit Platform for unit tests.
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
tasks.withType<JavaExec> {
|
||||
standardInput = System.`in`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user