epugh commented on code in PR #3816: URL: https://github.com/apache/solr/pull/3816#discussion_r2496386133
########## dev-docs/gradle-help/workflow.txt: ########## @@ -31,15 +31,18 @@ Put together a local Solr binary "distribution" folder: gradlew -p solr/packaging assemble ls solr/packaging/build/solr-* # expanded directory -For quick local development -gradlew -p solr/packaging dev -ls solr/packaging/build/dev # expanded directory +Build & run Solr directly from Gradle, skipping "bin/solr", retaining data between runs: +gradlew -p solr/packaging runDevSlim Review Comment: yeah, I think we could always rename it.. -- 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]
