Skip to content

Commit

Permalink
Disables Gradle console output coloring in interactive mode when exec…
Browse files Browse the repository at this point in the history
…uting `run-app`

Closes gh-17
  • Loading branch information
rainboyan committed Nov 28, 2024
1 parent 8cafcdf commit 5f75b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/run-app.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ try {
}
}
else {
System.setProperty('org.gradle.console', 'plain')
def future
if(flag('debug-jvm')) {
future = gradle.async."bootRun --debug-jvm"(*arguments)
Expand Down

0 comments on commit 5f75b11

Please sign in to comment.