-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[JetBrains-Gateway] fix-IDEA2022.3-gradle-runIde #15646
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
[JetBrains-Gateway] fix-IDEA2022.3-gradle-runIde #15646
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Thanks for your contribution, @zhipengzuo! (cc @meysholdt) |
I have signed it . |
This comment was marked as resolved.
This comment was marked as resolved.
Thank you! I see the build is failing, but not due to the changes from this PR.
I'll fix it in another PR, and let you know once it's merged, then you can rebase this one, and the CI build will pass. |
…Latest JetBrains Gateway Plugin It's the same strategy we used on JetBrains Backend Plugin. Reference: #15646 (comment)
…Latest JetBrains Gateway Plugin It's the same strategy we used on JetBrains Backend Plugin. Reference: #15646 (comment)
We've merged #15685, which should solve the issue I mentioned above. |
Signed-off-by: 勇里 <[email protected]>
hava push it |
This comment was marked as resolved.
This comment was marked as resolved.
Thank you! I received it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've confirmed that the issue is not appearing anymore when running when running ./gradlew runIde
during development ✅
I've also downloaded the dev-verison of the Plugin, generated by this PR [1], and confirmed it's working ✅
Thanks, @zhipengzuo!
Signed-off-by: 勇里 [email protected]
Description
when I runIde with 2022.3.1 IDEA ,it shows

the log shows :
JNA library is not available
see the issue at https://youtrack.jetbrains.com/issue/IDEA-265943/Due-to-JNA-outdate-runIde-failed-on-Apple-silicon-with-IC-2020.3.3#focus=Comments-27-6739382.0-0
need to update org.jetbrains.intellij to 1.11.0
after change the version ,the runIde task is ok.
Related Issue(s)
Fixes #
How to test
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh