dweiss commented on pull request #98:
URL: https://github.com/apache/solr/pull/98#issuecomment-828159302
It depends how you run intellij. Gradle settings window will give you
options to compile/run with intellij or via gradle - the default seems to be
gradle these days. I prefer IntelliJ's compiler (faster and more reliable).
Overlapping output folders cause headaches especially on Windows where two
concurrent tools lock files, etc.
If you really want this you could make it configurable (with the default
separating builds) - a conditional on
propertyOrDefault("ide.intellij.separateFolders", "true") and then override
this setting locally (and document in help/ides.txt).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]