Build Fix#8
Merged
Merged
Conversation
- Configure the JetBrains Plugin Verifier in both apps/jetbrains and apps/jetbrains-apiclient: add pluginVerifier() to the intellijPlatform dependencies and a pluginVerification block. Pin verification to the build target IDE (IC 2025.2.5) instead of recommended(), which tried to resolve an unreleased IDE (2025.3) and failed. - ci.yml: run the JetBrains job as a matrix over [jetbrains, jetbrains-apiclient] and add `verifyPlugin` to the Gradle invocation. - release-jetbrains.yml: also run `verifyPlugin` before publishing. - Add apps/jetbrains-apiclient/.gitignore and untrack the Gradle cache / lock files that had been committed (it never had a .gitignore). Both plugins verify Compatible against IC-252 locally. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Run prettier --write on files that were committed unformatted: the JetBrains chat.html and the API-client sources (apps/vscode-apiclient, packages/api-client-core). Formatting only; no behavior change. - Add pnpm-lock.yaml to .prettierignore — it's generated and not Prettier-managed (it was failing the CI format check). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Resolved 7 modify/delete conflicts on Gradle cache and IntelliJ Platform lock files under apps/jetbrains-apiclient by taking the deletes from this branch — those files are build artifacts and are now covered by the new apps/jetbrains-apiclient/.gitignore (introduced in 0dd8c7c). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build Fix