Updated dependencies and added buildScan support.
This commit is contained in:
parent
9985de1e0a
commit
6f4d3c1501
3 changed files with 23 additions and 7 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue