主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gaurav
活动总数
12
最后的活动
2021年03月02日 06:20
成员加入日期
2020年11月30日 13:21
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月02日 06:20
No, using the custom tag with path to plugin.xml did not work as I had mentioned a couple of comments earlier. Anyways, we are trying to remove the dependency on the Swagger plugin. So I won't be f...
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月17日 05:12
Hi Yann Cebron. Could you please help me out^
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月09日 15:39
Sorry. This is my configuration. intellij { type 'IC' plugins 'yaml','intellij-swagger:1.0.28' pluginName '<custom plugin>' updateSinceUntilBuild false version '2017.3.2' intellij...
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月09日 14:15
Can I include the dependency plugin "intellij-swagger" in the intellij { plugins } section to be picked up from a custom repo with a custom groupID (com.xxx.xxx) NOT com.jetbrains.plugins
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月09日 14:11
Yes, at the place where I work, we have a Custom repository for plugins. We can not directly access the plugin on the jetbrains marketplace.
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月09日 06:40
Hi Yann, Thanks for your response. I went through the link, however it doesn't help me. I have already configured respositories { maven { url <custom url>} You mentioned I need to include this...
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月03日 14:23
The dependancy plugin intellij-swagger plugin resides in at <custom maven repo>.com.xxx.xxx.intellij-swagger I followed https://github.com/JetBrains/gradle-intellij-plugin#configuration intellij { ...
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
创建于
2021年02月03日 09:24
Hi Yann, In build.gradle: dependencies { compile('org.zalando.intellij:intellij-swagger:1.0.28'){... The Swagger version is correct, 1.0.28 Thanks
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票
已编辑于
2021年02月02日 06:52
My plugin depends on the opensource plugin: org.zalando.swagger. My plugin.xml contains: <depends>org.zalando.intellij.swagger</depends> I have a class which uses the swaggerIndexService of the op...
社区
IntelliJ IDEA Plugin Users
Intellij 2020: java.lang.AssertionError: ID with name <name> requested for <plugin name> plugin but registered with another plugin <plugin name>
0 票