edit Plugin version number

Answered

- I created a new plugin with "gradle". But where can I specify my plugin version number ?

Ps : my plugin is for my personal use, I'm not using the "plugin repository", just using "import plugin from disk". I import directly the "jar" file

 

0
1 comment

Attribute `version` is a value for the <version> tag in plugin.xml

https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl

0

Please sign in to leave a comment.