Re: localSettings no longer needed

2023-02-06 Thread Ishan Chattopadhyaya
Thanks to all of you! This is very cool. On Mon, 6 Feb, 2023, 10:29 pm David Smiley, wrote: > Woohoo! > Thanks Calvin for implementing my proposal :-) > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Mon, Feb 6, 2023 at 11:33 AM Kevin Ri

Re: localSettings no longer needed

2023-02-06 Thread David Smiley
Woohoo! Thanks Calvin for implementing my proposal :-) ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Feb 6, 2023 at 11:33 AM Kevin Risden wrote: > Thanks to Calvin Cowie and SOLR-16641 - `./gradlew localSettings` is no > longer needed prior

localSettings no longer needed

2023-02-06 Thread Kevin Risden
Thanks to Calvin Cowie and SOLR-16641 - `./gradlew localSettings` is no longer needed prior to invoking other Gradle commands (ie: check). gradle.properties will be generated the first time gradlew is run. gradle.properties can be updated and documentation has been updated to explain how. As of now