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

[datasketches-java] 02/03: interim update2

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

leerho pushed a commit to branch jdk16
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit b85e9cfe8db52819f2b3d9f1373fd57446754ce7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Mar 25 14:44:07 2021 -0700

    interim update2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index be6acc3..05e3363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,9 +400,9 @@ under the License.
             <source>${maven.compiler.source}</source>
             <target>${maven.compiler.target}</target>
             <compilerArgs>
-              <arg>--add-exports</arg>
+              <arg>--add-opens</arg>
               <arg>java.base/sun.nio.ch=ALL-UNNAMED</arg>
-              <arg>--add-exports</arg>
+              <arg>--add-opens</arg>
               <arg>java.base/jdk.internal.ref=ALL-UNNAMED</arg>
             </compilerArgs>
           </configuration>

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