Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Commit 4dd755c

Browse files
committed
Fix typo, remove converage, and update docker jdk image
1 parent 488bf97 commit 4dd755c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55

66
build:
77
docker:
8-
- image: circleci/openjdk:8-jdk-browsers
8+
- image: circleci/openjdk:latest
99
environment:
1010
# Customize the JVM maximum heap limit
1111
JVM_OPTS: -Xmx3200m
@@ -15,7 +15,7 @@ jobs:
1515
keys:
1616
- gradle
1717
- checkout
18-
- run: ./mvnw clean package -Ppmd,checkstype,spotbugs,coverage
18+
- run: ./mvnw clean package -Ppmd,checkstyle,spotbugs
1919

2020
workflows:
2121
version: 2

0 commit comments

Comments
 (0)