You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/11/02 11:21:04 UTC

[lucene] branch main updated (2a7dd4d -> a53d633)

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

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


    from 2a7dd4d  Add next major version 10.0.0
     add 1a38cac  LUCENE-10195: add commented-out org.gradle.caching=true to the generated local settings.
     add b3e5923  Make checkBrokenLinks cacheable
     add d44e03b  Make ratTask cacheable
     add d819a2e  Cherry pick the validateSourcePatterns. Correct exclusion patterns (.gradle and .idea are only at the root project level).
     add dab6e84  Add changes entry.
     add d14ee2d  Use a dumber offlineLinks map but expose more structured information to gradle.
     new a53d633  LUCENE-10195: LUCENE-10195: Add gradle cache option and make some tasks cacheable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/documentation/check-broken-links.gradle    |  4 +++
 gradle/documentation/render-javadoc.gradle        | 36 +++++++++++++++++++----
 gradle/generation/local-settings.gradle           |  5 ++++
 gradle/validation/rat-sources.gradle              |  4 +++
 gradle/validation/validate-source-patterns.gradle | 12 ++++++--
 lucene/CHANGES.txt                                |  2 ++
 6 files changed, 55 insertions(+), 8 deletions(-)

[lucene] 01/01: LUCENE-10195: LUCENE-10195: Add gradle cache option and make some tasks cacheable

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a53d633bd9294b8e736c26148f2b5efa3ec5fe48
Merge: 2a7dd4d d14ee2d
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Nov 2 12:19:53 2021 +0100

    LUCENE-10195: LUCENE-10195: Add gradle cache option and make some tasks
    cacheable

 gradle/documentation/check-broken-links.gradle    |  4 +++
 gradle/documentation/render-javadoc.gradle        | 36 +++++++++++++++++++----
 gradle/generation/local-settings.gradle           |  5 ++++
 gradle/validation/rat-sources.gradle              |  4 +++
 gradle/validation/validate-source-patterns.gradle | 12 ++++++--
 lucene/CHANGES.txt                                |  2 ++
 6 files changed, 55 insertions(+), 8 deletions(-)