Skip to content

Commit

Permalink
changing DCOVERAGE to DDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Radebaugh committed Apr 18, 2018
1 parent d6f24c0 commit ffdd55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ common_steps: &common_steps
command: ./mvnw --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true clean test-compile dependency:resolve-plugins dependency:go-offline
- run:
name: run tests
command: ./mvnw --batch-mode clean verify -DCOVERAGE=1
command: ./mvnw --batch-mode clean verify -DDEBUG=1
- run:
name: build package
command: ./mvnw --batch-mode package javadoc:jar
Expand Down

0 comments on commit ffdd55c

Please sign in to comment.