Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Avachaspati97
Total activity
6
Last activity
November 23, 2023 11:45
Member since
November 14, 2023 14:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
November 23, 2023 11:45
To set the Jar for runIde, you can set prepareSandbox.pluginJar property as shown below. tasks { shadowJar{ archiveBaseName = properties("pluginName").get() version = properties("pluginVe...
Community
IntelliJ IDEA Open API and Plugin Development
Loader Constraint Violation for class io.grpc.Channel when trying to create ManagedChannel for GRPC Request (io.grpc.Channel is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader)
0 votes
Created
November 23, 2023 06:54
I think this might be helpful in the future.https://intellij-support.jetbrains.com/hc/en-us/community/posts/15146127658002/comments/15268997066258
Community
IntelliJ IDEA Open API and Plugin Development
Cannot load io.grpc.ManagedChannelProvider in custom plugin
0 votes
Created
November 23, 2023 06:45
Git Issue : https://github.com/grpc/grpc-java/issues/10692 (this is where the discussion is that helped me solve this)It seems like this issue is caused because IntelliJ is exposing its own version...
Community
IntelliJ IDEA Open API and Plugin Development
Loader Constraint Violation for class io.grpc.Channel when trying to create ManagedChannel for GRPC Request (io.grpc.Channel is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader)
1 vote