You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/07/26 03:45:18 UTC

[mnemonic] branch master updated: MNEMONIC-668: Obsolete java arg line due to JDK14 migration removed

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d59a70  MNEMONIC-668: Obsolete java arg line due to JDK14 migration removed
0d59a70 is described below

commit 0d59a70721d9696118d26f7ba54968bc82bab894
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Sat Jul 24 22:49:44 2021 -0700

    MNEMONIC-668: Obsolete java arg line due to JDK14 migration removed
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 mnemonic-benches/mnemonic-sort-bench/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mnemonic-benches/mnemonic-sort-bench/pom.xml b/mnemonic-benches/mnemonic-sort-bench/pom.xml
index 8d9a452..1bfb420 100644
--- a/mnemonic-benches/mnemonic-sort-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-sort-bench/pom.xml
@@ -154,7 +154,6 @@
             <configuration>
               <executable>java</executable>
               <arguments>
-                <argument>-Djava.ext.dirs=${project.build.directory}/service-dist</argument>
                 <argument>-ea</argument>
                 <argument>-classpath</argument>
                 <classpath />