<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. 

0

Please sign in to leave a comment.