IntelliJ builds my project every time a run it.

Answered

I working on a project where the building process is very time consuming. So, I don't want to be building the project everytime.

The problem is : whenever I run the project, IntelliJ rebuilds my project even though I did't make any change.

My compiler settings is already checked no to build it automatically.

And my deployment section, is also configured no to build any artifact.

 

Does anyone have any Idea on how to solve this?

 

0
3 comments

Is that a Maven or Gradle based project? Does it help if you delete .idea directory and reimport it?

0

It's a maven based project.

 

it didn't help deleting .idea directory =x

0

Please report a bug at https://youtrack.jetbrains.com/issues/IDEA and attach idea.log/build.log files, see https://intellij-support.jetbrains.com/hc/articles/207241085. Enable debug logging for build.log. A sample project would help a lot.

0

Please sign in to leave a comment.