You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/03/27 08:54:19 UTC

[datasketches-memory] branch java-11-experimental updated: Fix additional options in javadoc

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

dcromberge pushed a commit to branch java-11-experimental
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/java-11-experimental by this push:
     new da208c4  Fix additional options in javadoc
da208c4 is described below

commit da208c4feead558c91e7c449e6e92a67f7123a52
Author: David Cromberge <da...@gmail.com>
AuthorDate: Sat Mar 27 08:54:05 2021 +0000

    Fix additional options in javadoc
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f178cc5..2ab1d04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,8 +253,8 @@ under the License.
           <configuration>
             <docfilessubdirs>true</docfilessubdirs>
             <additionalJOptions>
-              <additionalJOption>-J--add-exports=java.base/sun.nio.ch=ALL-UNNAMED</additionalJOption>
-              <additionalJOption>-J--add-exports=java.base/jdk.internal.ref=ALL-UNNAMED</additionalJOption>
+              <additionalJOption>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED</additionalJOption>
+              <additionalJOption>--add-exports=java.base/jdk.internal.ref=ALL-UNNAMED</additionalJOption>
             </additionalJOptions>
           </configuration>
           <executions>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org