Skip to content

Commit 24752ba

Browse files
authored
gradle: Enable console input for gradlew run tasks
2 parents 77233b3 + fd88c35 commit 24752ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ subprojects {
134134
}
135135

136136
tasks.withType<JavaExec> {
137+
standardInput = System.`in`
137138
workingDir = rootProject.projectDir
138139
outputs.upToDateWhen { false }
139140
}

0 commit comments

Comments
 (0)