You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/05/10 09:46:37 UTC

[couchdb] branch main updated (67c7f6025 -> 9851bb396)

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

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


    from 67c7f6025 Merge pull request #4585 from apache/nouveau-lucene-9.6.0
     add bc3eb6717 switch to Gradle
     new 9851bb396 Merge pull request #4587 from apache/nouveau-gradle

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:
 Makefile                                         |  14 +-
 build-aux/Jenkinsfile.full                       |   2 +-
 dev/run                                          |   2 +-
 nouveau/.gitignore                               |   4 +-
 nouveau/build.gradle                             |  77 ++++++
 nouveau/gradle/wrapper/gradle-wrapper.jar        | Bin 0 -> 62076 bytes
 nouveau/gradle/wrapper/gradle-wrapper.properties |   6 +
 nouveau/gradlew                                  | 245 +++++++++++++++++++
 nouveau/gradlew.bat                              |  92 ++++++++
 nouveau/nouveau.yaml                             |   2 +-
 nouveau/pom.xml                                  | 287 -----------------------
 nouveau/settings.gradle                          |   5 +
 src/docs/src/install/unix.rst                    |   1 -
 13 files changed, 437 insertions(+), 300 deletions(-)
 create mode 100644 nouveau/build.gradle
 create mode 100644 nouveau/gradle/wrapper/gradle-wrapper.jar
 create mode 100644 nouveau/gradle/wrapper/gradle-wrapper.properties
 create mode 100755 nouveau/gradlew
 create mode 100644 nouveau/gradlew.bat
 delete mode 100644 nouveau/pom.xml
 create mode 100644 nouveau/settings.gradle


[couchdb] 01/01: Merge pull request #4587 from apache/nouveau-gradle

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

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

commit 9851bb396a8511c0317365dab2d7585cf86a0e3f
Merge: 67c7f6025 bc3eb6717
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed May 10 09:46:30 2023 +0000

    Merge pull request #4587 from apache/nouveau-gradle
    
    switch to Gradle

 Makefile                                         |  14 +-
 build-aux/Jenkinsfile.full                       |   2 +-
 dev/run                                          |   2 +-
 nouveau/.gitignore                               |   4 +-
 nouveau/build.gradle                             |  77 ++++++
 nouveau/gradle/wrapper/gradle-wrapper.jar        | Bin 0 -> 62076 bytes
 nouveau/gradle/wrapper/gradle-wrapper.properties |   6 +
 nouveau/gradlew                                  | 245 +++++++++++++++++++
 nouveau/gradlew.bat                              |  92 ++++++++
 nouveau/nouveau.yaml                             |   2 +-
 nouveau/pom.xml                                  | 287 -----------------------
 nouveau/settings.gradle                          |   5 +
 src/docs/src/install/unix.rst                    |   1 -
 13 files changed, 437 insertions(+), 300 deletions(-)