Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Modified settings.gradle.kts to conditionally configure the build based on whether a release is in progress
  • When release.releaseVersion property is set (during release), only the compile module is included
  • Otherwise, uses the standard configuration with includeBuild and test modules

Test plan

  • Verify normal builds work without release property
  • Verify release builds work with release property set
  • CI workflow should pass for both scenarios

🤖 Generated with Claude Code

When releasing (release.releaseVersion property is set), only include the compile module. Otherwise, use the standard configuration with includeBuild and test modules. This ensures proper artifact isolation during release builds.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@github-actions github-actions bot added the ci label Jul 3, 2025
@nakamura-to nakamura-to merged commit 7bb2107 into master Jul 3, 2025
2 checks passed
@nakamura-to nakamura-to deleted the ci/release branch July 3, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants