Skip to content

Commit

Permalink
[Dependency Analysis] Update Workflow [+] (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 authored Jan 31, 2025
1 parent e00218f commit 2baaefa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions .buildkite/schedules/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ agents:
steps:
- label: "dependency analysis"
command: |
.buildkite/commands/restore-cache.sh
echo "--- 📊 Analyzing"
./gradlew buildHealth
plugins: [$CI_TOOLKIT]
artifact_paths:
- "build/reports/dependency-analysis/build-health-report.*"
notify:
- slack: "#android-core-notifs"
if: build.state == "failed"

notify:
- slack:
channels:
- "#android-core-notifs"
message: "Dependency analysis succeeded."
if: build.state == "passed"
- slack:
channels:
- "#android-core-notifs"
message: "Dependency analysis failed."
if: build.state == "failed"
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android-gradle-plugin = "8.7.3"
billing = "7.0.0"
coil = "2.7.0"
compose = "2024.10.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
dependency-analysis = "2.7.0"
dependency-analysis = "2.8.0"
espresso = "3.6.1"
firebase = "33.7.0"
fragment = "1.8.5"
Expand Down

0 comments on commit 2baaefa

Please sign in to comment.