How to auto increment build version in Idea? Permanently deleted user 创建于 2014年06月25日 14:54 Hello everyone! Is there any possibility in Idea to increment automatically version of source code after successfull building?
No. IDEA is an IDE, and not a build tool. To do what you want, you need to use a build tool such as Ant, Maven, or Gradle; or a CI tool. You can run that via IDEA.