Cleanup.
This commit is contained in:
parent
4bbb8b7701
commit
720a36378f
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
version: 2
|
||||
|
||||
defaults: &defaults
|
||||
working_directory: ~/repo
|
||||
environment:
|
||||
|
@ -9,7 +11,7 @@ defaults_gradle: &defaults_gradle
|
|||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
key:
|
||||
- gradle-dependencies-{{ checksum "build.gradle" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- gradle-dependencies-
|
||||
|
@ -28,8 +30,6 @@ defaults_gradle: &defaults_gradle
|
|||
- store_test_results:
|
||||
path: build/reports/
|
||||
|
||||
version: 2.0
|
||||
|
||||
jobs:
|
||||
build_gradle_jdk12:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue