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:38 UTC

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

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(-)