fix: support relocated RD client library - #139
Conversation
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the :client module’s build-time dependencies to handle the IntelliJ RD client JAR relocation between 2025.3–2026.2 IDE layouts, and aligns documented format support with the frontend module descriptor.
Changes:
- Resolve the RD client library from the configured IntelliJ Platform
platformPath, supporting both the legacy and new IDE layouts. - Switch to the official bundled module dependency for the generated RD IDE model.
- Update the README format matrix to match the extensions declared in
dev.twango.jetplay.frontend.xml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Aligns the format support matrix with the actual supported extensions in the frontend module descriptor. |
| client/build.gradle.kts | Updates Gradle dependency resolution to locate the RD client library across IDE layout changes and uses the bundled generated RD model module. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Qodana for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2026.2.0
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
Summary
Validation
A live Gateway Remote Development smoke test was not run.