Skip to content

fix: enable Maven dependency caching in CI#106

Merged
saurabhjain1592 merged 1 commit intomainfrom
fix/ci-dependency-caching
Mar 5, 2026
Merged

fix: enable Maven dependency caching in CI#106
saurabhjain1592 merged 1 commit intomainfrom
fix/ci-dependency-caching

Conversation

@saurabhjain1592
Copy link
Member

Summary

  • Adds cache: 'maven' to all actions/setup-java steps in CI and release workflows
  • Caches ~/.m2/repository across runs, reducing build times and Maven Central downloads

Changes

  • ci.yml: 4 jobs (build, lint, integration-test, package)
  • release.yml: 1 job (release)

Adds cache: 'maven' to all actions/setup-java steps to cache
~/.m2/repository across runs, reducing build times and registry
download noise.
@saurabhjain1592 saurabhjain1592 force-pushed the fix/ci-dependency-caching branch from 1b17d0b to e24be61 Compare March 5, 2026 05:56
@saurabhjain1592 saurabhjain1592 merged commit 8873e49 into main Mar 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant