lucene/help/localSettings.txt
Uwe Schindler 8564da434d
Generate gradle.properties from gradlew (#12131)
* SOLR-16641 - Generate gradle.properties from gradlew (#1320)
* Adapt for Lucene
* Remove localSettings from smoker; thanks @colvinco
* Print properties at end for debugging
* Add CHANGES.txt entry

---------

Co-authored-by: Colvin Cowie <colvin.cowie.dev@gmail.com>
Co-authored-by: Colvin Cowie <51863265+colvinco@users.noreply.github.com>
2023-02-06 19:47:15 +01:00

9 lines
310 B
Plaintext

Local developer settings
========================
The first invocation of any task in Lucene's gradle build will generate
and save a project-local 'gradle.properties' file from a template,
with some default settings which you can modify.
See your 'gradle.properties' file for more details of those settings.