Updated dependencies and added buildScan support.
This commit is contained in:
parent
9985de1e0a
commit
6f4d3c1501
3 changed files with 23 additions and 7 deletions
|
@ -1,5 +1,9 @@
|
|||
language: java
|
||||
|
||||
env:
|
||||
global:
|
||||
- CI=true
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
|
@ -15,7 +19,7 @@ before_install:
|
|||
- chmod +x gradlew
|
||||
|
||||
script:
|
||||
- ./gradlew check
|
||||
- ./gradlew check --scan
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue