-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot install this plugin on latest clion #10
Comments
got the same, in logs i've found |
Same in latest PyCharm 2021.2.3 CE. With same error in logs. Any workaround? |
you can try this #11 . Run Or, you can use https://github.com/huhuang03/org4idea/releases/tag/for_java11 the release I build on my pc. and install plugin as a zip. |
@huhuang03 hi, thanks for your work, installed from https://github.com/huhuang03/org4idea/releases/tag/for_java11 But have several issues during build from sources:
In finally I was able to build the plugin by himself successfully. Anyway thanks for help, I've installed plugin from zip archive. |
I'm also looking at the PR, the above should indeed work but I'm looking at a different angle: rather than manually adding the wrapper JAR I'd leave the task to gradle itself. Here's what works:
After doing that, |
Yes, it works as you described, but in any case, Last argument is it's great to have a repeatable build on any machine regardless of the environment. I would also add JVM version check as I got an unobvious error when trying to build a project on JVM 8. The decision is always yours. But it's always great when a project is being built by one command. |
it's all appreciated, thanks. I'm a bit far away from gradle / java these days so it's all very welcome input |
@mrkeuz . Thanks for your guide, I have update the PR. But the java toolchain seems not work
Still get the error:
|
@huhuang03 great, thanks for changes! I also finally way to check java version. I've sent changes to you UPD: Nope, hurried, not working yet. Will try to fix. |
@huhuang03 found the trick for check java version (see #2) |
@mrkeuz Thank you. I have merged. |
I'm unable to install this plugin on latest clion: https://youtrack.jetbrains.com/issue/CPP-26061
This issue appears only for org4idea plugin.
The text was updated successfully, but these errors were encountered: