mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
8564da434d
* 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>
9 lines
310 B
Plaintext
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.
|