Skip to content

Conversation

@nakamura-to
Copy link
Member

@nakamura-to nakamura-to commented Jun 15, 2025

Summary

  • Add gradle.properties file to enable Gradle build caching
  • Configure JUnit 5 parallel test execution for faster test runs
  • Set JVM max memory to 2048M for better build performance

Test plan

  • Run ./gradlew clean build to verify build works correctly
  • Run ./gradlew test to ensure tests pass with parallel execution
  • Verify build caching is working by running build twice and checking second run is faster

🤖 Generated with Claude Code

- Add gradle.properties with build caching enabled
- Configure JUnit 5 parallel test execution
- Set JVM max memory to 2048M for better performance

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

Co-Authored-By: Claude <noreply@anthropic.com>
@nakamura-to nakamura-to merged commit a8f58f3 into main Jun 15, 2025
1 check passed
@nakamura-to nakamura-to deleted the refactor/condition branch June 15, 2025 10:13
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