Skip to content

Commit

Permalink
use colors in console output by default
Browse files Browse the repository at this point in the history
verinice-veo#1116
  • Loading branch information
jochenkemnade committed Oct 7, 2024
1 parent 31e0e3a commit 7e8884c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ springBoot {
}
}

bootRun {
environment 'spring.output.ansi.console-available', true
}

testing {
suites {
test{
Expand Down

0 comments on commit 7e8884c

Please sign in to comment.