You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2023/02/06 18:47:21 UTC

[lucene] branch main updated (02b202866c6 -> 8564da434d8)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from 02b202866c6 Add CHANGES.txt for #12129
     add 8564da434d8 Generate gradle.properties from gradlew (#12131)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/distribution.yml                 |   3 -
 .github/workflows/gradle-precommit.yml             |  10 +-
 .github/workflows/hunspell.yml                     |   3 -
 .../lucene/gradle/GradlePropertiesGenerator.java   |  72 ++++++++++++++
 dev-tools/scripts/releaseWizard.yaml               |   2 -
 dev-tools/scripts/smokeTestRelease.py              |   3 -
 gradle/generation/local-settings.gradle            |  81 +---------------
 gradle/template.gradle.properties                  | 106 +++++++++++++++++++++
 gradle/validation/gradlew-scripts-tweaked.gradle   |   4 +-
 gradlew                                            |  13 ++-
 gradlew.bat                                        |  15 ++-
 help/localSettings.txt                             |  60 +-----------
 lucene/CHANGES.txt                                 |   5 +
 13 files changed, 213 insertions(+), 164 deletions(-)
 create mode 100644 buildSrc/src/main/java/org/apache/lucene/gradle/GradlePropertiesGenerator.java
 create mode 100644 gradle/template.gradle.properties