Prevent intellij from publishing project again

Answered

I'm working on one build script(Gradle task) which will build and publish a project to local tomcat so users don't need to perform manual steps through IntelliJ. But when I'm starting tomcat from IntelliJ, at that time IntelliJ again rebuild and republish all the artifacts. So is there any way in which we can prevent IntelliJ from rebuild and republish.

0
1 comment

Yes, you can remove the corresponding tasks from the 'Before launch' section of the Tomcat run configuration:

0

Please sign in to leave a comment.