error in publish a plugin using "publishPlugin"
Completed
I'm getting these error while trying to execute publishPlugin on gradle. What is the reason and how can I fix this ?
Please sign in to leave a comment.
What's the version of the gradle-intellij-plugins you use? What's the id of you plugin?
Hello there, this is my plugin.xml file.
I am using gradle Version: 181.5087.20.
> I am using gradle Version: 181.5087.20.
I'm using Gradle 4.4.
How do I create it ?
> I'm using Gradle 4.4.
I was asking about gradle-intellij-plugin, but looks like it irrelevant.
> How do I create it ?
http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/publishing_plugin.html
I have developed a simple plugin.Actually what I need to know is how I can deploy it to the Plugin repository ?
Do I need to create a jar or executable ? What steps need to be follow....
> What steps need to be follow....
The plugin can be compiled with buildPlugin task, it will be put in `build/distributions` directory.
Thank you for you assistance. I was able to manage it. :)