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/09/17 10:57:45 UTC

[datasketches-java] branch Memory2-doc-fixes-gh-actions updated: Fail intentionally

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

dcromberge pushed a commit to branch Memory2-doc-fixes-gh-actions
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/Memory2-doc-fixes-gh-actions by this push:
     new 6236c9e  Fail intentionally
6236c9e is described below

commit 6236c9ec8760864c4f6667839c6be21a0b1a2f3a
Author: David Cromberge <da...@gmail.com>
AuthorDate: Fri Sep 17 11:57:36 2021 +0100

    Fail intentionally
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index aa6a4d5..797bf6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -703,12 +703,14 @@ under the License.
                 <useManifestOnlyJar>false</useManifestOnlyJar>
                 <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 <reportsDirectory>${project.build.directory}/test-output/${maven.build.timestamp}</reportsDirectory>
+                <!-- intentional failure
                 <argLine>
                   --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
                   --add-exports java.base/jdk.internal.ref=ALL-UNNAMED
                   --add-opens java.base/java.nio=ALL-UNNAMED
                   --add-opens java.base/sun.nio.ch=ALL-UNNAMED
                 </argLine>
+                -->
               </configuration>
             </plugin>
           </plugins>

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