You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Improve build performance with Gradle optimizations (#1370)
* chore: Increase JVM heap size for improved build performance
Increase maximum heap size to 2GB to handle larger builds and improve annotation processing performance.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: Enable parallel test execution for doma-processor module
Enabled JUnit Jupiter parallel test execution with concurrent mode for better test performance in the doma-processor module.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: Enable Gradle configuration cache and optimize build configuration
- Enable configuration cache and parallel execution in gradle.properties
- Simplify Spotless file targeting to reduce configuration overhead
- Remove unnecessary doLast wrapper from replaceVersionInJava task
These changes improve build performance by allowing Gradle to cache
task configurations and execute tasks in parallel.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: Set test timezone via system property instead of programmatically
Move timezone configuration from test code to build configuration for better test isolation and consistency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: Disable Gradle configuration cache
Remove the configuration cache setting as it may cause compatibility issues with certain build configurations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* ci: Disable parallel execution for publish task
Add explicit -Porg.gradle.parallel=false to the publish step in CI workflow to ensure stable and sequential publishing to Sonatype.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments