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

Reply via email to