You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:(2, 0) Cannot add extension with name 'idea', as there is an extension already registered with that name.
changing constants in org.jetbrains.intellij.IntelliJPlugin to
private static final CONFIGURATION_NAME = "ideaplus"
private static final EXTENSION_NAME = "ideaplus"
solved this problem (or is it just a symptom?)
I'm a bloody beginner to gradle, groovy and java at all. I wan't just to write a simple idea-plugin for PhpStorm and integrate it in travis-CI. Maybe you can provide some help for me?
The text was updated successfully, but these errors were encountered:
I could not use your plugin:
Error:(2, 0) Cannot add extension with name 'idea', as there is an extension already registered with that name.
changing constants in org.jetbrains.intellij.IntelliJPlugin to
private static final CONFIGURATION_NAME = "ideaplus"
private static final EXTENSION_NAME = "ideaplus"
solved this problem (or is it just a symptom?)
I'm a bloody beginner to gradle, groovy and java at all. I wan't just to write a simple idea-plugin for PhpStorm and integrate it in travis-CI. Maybe you can provide some help for me?
The text was updated successfully, but these errors were encountered: