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/03/01 19:20:08 UTC

[couchdb] 03/07: enable-preview not needed

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

rnewson pushed a commit to branch import-nouveau-great-shuffle-wip
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit bb32c5425079d2a2132cbdc6faeece899e52076b
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue Feb 28 17:28:21 2023 +0000

    enable-preview not needed
---
 java/nouveau/server/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/nouveau/server/pom.xml b/java/nouveau/server/pom.xml
index c52a6499d..1e6ed315d 100644
--- a/java/nouveau/server/pom.xml
+++ b/java/nouveau/server/pom.xml
@@ -135,7 +135,6 @@
           <executable>java</executable>
           <arguments>
             <arguments>-server</arguments>
-            <arguments>--enable-preview</arguments>
             <argument>-classpath</argument>
             <classpath/>
             <argument>org.apache.couchdb.nouveau.NouveauApplication</argument>