-
Notifications
You must be signed in to change notification settings - Fork 325
Fix the verifier setup in gradle, and update to use the latest verifier jar version #8034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Apr 9, 2025
I thought this was working in January, however clearly the jar was not included in the original PR: flutter#7871 Changing back for now until we update the verifier jar again. This is the start of the work involved with flutter#8034
jwren
added a commit
that referenced
this issue
Apr 10, 2025
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Apr 17, 2025
… to fix the IJ Verifier for the Flutter plugin This resolves flutter#8034
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Apr 17, 2025
This is follow up on flutter#8034
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Apr 17, 2025
This is follow up on flutter#8034
jwren
added a commit
to jwren/flutter-intellij
that referenced
this issue
Apr 17, 2025
This is follow up on flutter#8034
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version needs to be updated for sure. https://github.com/JetBrains/intellij-plugin-verifier/releases/tag/1.384
I think that the issue that broke it is two fold: some of the refactoring for 2025.1 broke the ability for it to run for the Flutter IJ plugin.
Also, when I updated the version the last time around, the jar wasn't in the PR, glancing at the
.gitignore
file, I think this was the issue. #7871cc @pq
The text was updated successfully, but these errors were encountered: