Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Modified JavaCompileConfigurator and KotlinCompileConfigurator to append resource directories to existing sourcepath instead of replacing it
  • Ensures compatibility with projects that have custom sourcepath configurations
  • Maintains backward compatibility while fixing issues with custom source sets

Test plan

  • Verify existing tests pass
  • Test with projects that have custom sourcepath configurations
  • Confirm resource directories are correctly added to compilation classpath

🤖 Generated with Claude Code

Modify JavaCompileConfigurator and KotlinCompileConfigurator to append
resource directories to the existing sourcepath instead of replacing it.
This ensures compatibility with projects that have custom sourcepath
configurations.

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

Co-Authored-By: Claude <[email protected]>
@github-actions github-actions bot added the fix label Jul 2, 2025
@nakamura-to nakamura-to merged commit d9e00de into master Jul 2, 2025
2 checks passed
@nakamura-to nakamura-to deleted the fix/sourcepath branch July 2, 2025 14:41
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