You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Dawid Weiss (Jira)" <ji...@apache.org> on 2021/08/24 12:07:00 UTC

[jira] [Resolved] (LUCENE-10065) Sanity checks when upgrading gradle

     [ https://issues.apache.org/jira/browse/LUCENE-10065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss resolved LUCENE-10065.
----------------------------------
    Resolution: Information Provided

> Sanity checks when upgrading gradle
> -----------------------------------
>
>                 Key: LUCENE-10065
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10065
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>
> Just a list of checks to see if gradle upgrade works as it did before.
> {code}
> git clean -xfd .
> gradlew help
> gradlew --write-locks
> gradlew tidy
> # force error-prone to run
> gradlew assemble -Ptests.nightly=true
> # full check
> gradlew check
> gradlew check -Pruntime.java.home=...
> # regenerate, Windows version
> gradlew regenerate -x generateUAX29URLEmailTokenizerInternal -x snowball --rerun-tasks
> # regenerate, Linux version
> gradlew regenerate -x generateUAX29URLEmailTokenizerInternal --rerun-tasks
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org