File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ BRUTEFORCE ?= false
20
20
BRUTEFORCE :=$(shell echo '${BRUTEFORCE}'| tr '[:lower:]' '[:upper:]'| tr -d '[:blank:]')
21
21
22
22
# Package Manager
23
- GRADLE =./gradlew
23
+ # GRADLE=./gradlew
24
+ GRADLE =gradle
24
25
25
26
# DOCKER
26
27
BUILDKIT_PROGRESS =plain
@@ -51,8 +52,8 @@ dependencies:
51
52
$(GRADLE ) dependencies
52
53
@echo " ################################################################################"
53
54
54
- test : env dependencies
55
- $(GRADLE ) test
55
+ test : env
56
+ $(GRADLE ) --console=verbose clean test
56
57
57
58
compose/build : env
58
59
docker-compose --profile testing build
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
10
10
// Apply the application plugin to add support for building a CLI application in Java.
11
11
id ' application'
12
12
id ' jacoco'
13
+ id ' com.adarshr.test-logger' version ' 3.2.0'
13
14
}
14
15
15
16
java {
You can’t perform that action at this time.
0 commit comments