Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Merged three separate test projects (compile-java-test, compile-kotlin-test, compile-mix-test) into a unified structure
  • Simplified CI workflow by removing redundant build steps
  • Moved test resources and sources to the root project to reduce duplication

Test plan

  • Verify that ./gradlew build in the root directory runs successfully
  • Ensure the plugin still works correctly with mixed Java/Kotlin sources
  • Confirm CI pipeline passes all checks

🤖 Generated with Claude Code

…egrated test

Simplified project layout by merging the three separate test projects
(compile-java-test, compile-kotlin-test, compile-mix-test) into a unified
structure. This reduces duplication and makes the build pipeline more
maintainable while still testing the plugin with mixed Java/Kotlin sources.

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

Co-Authored-By: Claude <[email protected]>
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