Skip to content

Commit

Permalink
build: add test logger plugin
Browse files Browse the repository at this point in the history
Add a Gradle test logger plugin that display which JUnit tests were executed
during the build.

SVC-1398
  • Loading branch information
florianesser committed Feb 28, 2024
1 parent 129b3fe commit 4c3f30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.4'
id 'com.diffplug.spotless' version '6.25.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.4.0'
id 'com.adarshr.test-logger' version '4.0.0'
}

group = 'to.wetransform.hale'
Expand Down

0 comments on commit 4c3f30f

Please sign in to comment.