Updated dependencies and added buildScan support.

This commit is contained in:
Erik C. Thauvin 2019-04-11 00:32:14 -07:00
parent 9985de1e0a
commit 6f4d3c1501
3 changed files with 23 additions and 7 deletions

View file

@ -5,6 +5,7 @@ defaults: &defaults
environment:
JVM_OPTS: -Xmx3200m
TERM: dumb
CI: true
version: 2.0
@ -30,7 +31,7 @@ jobs:
- run:
name: Run All Checks
command: ./gradlew check
command: ./gradlew check --scan
- store_artifacts:
path: build/reports/