<idea-version> is getting overwritten in jar
Answered
I am using <idea-verison> details in plugin.xml file:
<idea-version since-build="162.0" until-build="181.*"/>
But when i do run gradle "build" task, it somehow changes the version like below in the final jar:
<idea-version since-build="181.4445" until-build="181.*"/>
I want to use 162.0, so that the plugin will be compatible with older version of IDE.
Please sign in to leave a comment.
Please check https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000620084-how-to-build-a-plugin-that-is-compatible-to-multiple-versions-of-IntelliJ- and https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl.
Thanks for quick solution