Sonimeet1995
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Hot Deploy of files when using external sources during deployment
AnsweredI've created one script(Gradle task) which will build and deploy my project to a specified tomcat location. So I don't need to build and deploy from IntelliJ. In IntelliJ, I'm using an external sou... -
Created Prevent intellij from publishing project again
AnsweredI'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 I... -
Created Execute IntelliJ Indexing Programmatically
AnsweredI want to execute IntelliJ indexing via programming. Basically, I want to create one script(Gradle) which will execute all necessary steps(i.e build project, indexing, etc.) without opening Intelli...