dsmiley opened a new pull request, #3816: URL: https://github.com/apache/solr/pull/3816
This introduces a convenient way to start Solr from Gradle, which I think is thus the most convenient way to start Solr *period*. It relies on `devSlim`. Note that IntelliJ can run Gradle tasks (action "Execute Gradle Task"), which in turn makes debugging simple, as you just need to hit the debug symbol. Downsides / trade-offs: * skips bin/solr (bash), thus isn't in sync with obscure settings it sets. Not going to address that at all; since being a "JavaExec" task is quite the point, and is what benefits from being able to debug quickly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
