Skip to content

ci: GitHub Actions에 Gradle 의존성 캐싱 적용 (dev) - #207

Merged
unam98 merged 1 commit into
devfrom
ci/gradle-dependency-cache-dev
Jul 29, 2026
Merged

ci: GitHub Actions에 Gradle 의존성 캐싱 적용 (dev)#207
unam98 merged 1 commit into
devfrom
ci/gradle-dependency-cache-dev

Conversation

@unam98

@unam98 unam98 commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

main PR #206 (#206) cherry-pick. dev-cd/dev-ci 워크플로우는 dev 브랜치 자체의 파일 사본이 트리거되므로 별도 반영 필요.

Summary by CodeRabbit

  • Chores
    • Enabled Gradle dependency caching across CI and deployment workflows.
    • Improved build efficiency by reusing cached dependencies during automated processes.

매 빌드마다 의존성을 새로 다운로드하는 문제를 줄이기 위해
setup-java의 cache: gradle 옵션을 4개 워크플로우에 추가.
@unam98 unam98 self-assigned this Jul 29, 2026
@unam98
unam98 merged commit 80faa2d into dev Jul 29, 2026
2 checks passed
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 492f58a4-034a-4e65-a2db-9e969cb62a7b

📥 Commits

Reviewing files that changed from the base of the PR and between 9d49e3d and f40fa49.

📒 Files selected for processing (4)
  • .github/workflows/dev-cd.yml
  • .github/workflows/dev-ci.yml
  • .github/workflows/prod-cd.yml
  • .github/workflows/prod-ci.yml

📝 Walkthrough

Walkthrough

Gradle caching is enabled in the Java setup steps of the development and production CI/CD workflows without changing build or deployment commands.

Changes

Workflow caching

Layer / File(s) Summary
Enable Gradle cache in CI/CD workflows
.github/workflows/dev-cd.yml, .github/workflows/dev-ci.yml, .github/workflows/prod-cd.yml, .github/workflows/prod-ci.yml
The Java setup steps now configure actions/setup-java with cache: 'gradle'.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested reviewers: alh0409

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/gradle-dependency-cache-dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

2 participants