Skip to content

Commit

Permalink
Configure timestamp output
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jul 1, 2024
1 parent abd46de commit e358e32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ async function main(): Promise<void> {
// Build the maven commandline
const cmd = [
'--batch-mode',
'--color', 'always',
'--color',
'always',
'-Dorg.slf4j.simpleLogger.showDateTime=true',
'-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS',
'--settings',
Expand Down

0 comments on commit e358e32

Please sign in to comment.