Skip to content

Commit

Permalink
Always run JavaExec
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmfulBreeze committed Jan 5, 2022
1 parent 660ff1d commit 4d5ec5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tasks.withType<JavaCompile> {

tasks.withType<JavaExec> {
standardInput = System.`in` // Allows user input while running from Gradle
outputs.upToDateWhen { false }
}

repositories {
Expand Down

0 comments on commit 4d5ec5b

Please sign in to comment.