File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ commands:
10
10
setup_android :
11
11
steps :
12
12
- restore_cache :
13
- key : v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2 /build.gradle" }}
13
+ key : v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk /build.gradle" }}
14
14
- run :
15
15
name : Download Dependencies
16
16
command : ./gradlew androidDependencies
17
17
- save_cache :
18
18
paths :
19
19
- ~/.gradle
20
- key : v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2 /build.gradle" }}
20
+ key : v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk /build.gradle" }}
21
21
unit_test :
22
22
steps :
23
23
- run :
24
24
name : Run Tests
25
- command : ./gradlew studyplus-android-sdk2 :lint studyplus-android-sdk2 :test
25
+ command : ./gradlew studyplus-android-sdk :lint studyplus-android-sdk :test
26
26
- store_artifacts :
27
- path : studyplus-android-sdk2 /build/reports
27
+ path : studyplus-android-sdk /build/reports
28
28
destination : reports
29
29
- store_test_results :
30
- path : studyplus-android-sdk2 /build/test-results
30
+ path : studyplus-android-sdk /build/test-results
31
31
32
32
setup_bundle :
33
33
steps :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ warn("A pull request must have some assignees") if github.pr_json["assignee"].ni
28
28
# Android Lint
29
29
#
30
30
####
31
- android_lint . gradle_task = "studyplus-android-sdk2 :lint"
32
- android_lint . report_file = "studyplus-android-sdk2 /build/reports/lint-results.xml"
31
+ android_lint . gradle_task = "studyplus-android-sdk :lint"
32
+ android_lint . report_file = "studyplus-android-sdk /build/reports/lint-results.xml"
33
33
android_lint . filtering = true
34
34
android_lint . lint ( inline_mode : true )
You can’t perform that action at this time.
0 commit comments