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

pnowojski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f88957  [FLINK-25246] Parametrized executable for exec plugin
8f88957 is described below

commit 8f88957718e03535c77b63602d032836fbc5e26e
Author: Anton Kalashnikov <[email protected]>
AuthorDate: Thu Jan 20 12:17:49 2022 +0100

    [FLINK-25246] Parametrized executable for exec plugin
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 76e94a9..ecc9af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@ under the License.
                <netty-tcnative.flavor>dynamic</netty-tcnative.flavor>
                
<benchmarkExcludes>org.apache.flink.benchmark.full.*,org.apache.flink.state.benchmark.*,org.apache.flink.scheduler.benchmark.*</benchmarkExcludes>
                <benchmarks>.*</benchmarks>
+               <executableJava>java</executableJava>
        </properties>
 
        <repositories>
@@ -275,7 +276,7 @@ under the License.
                                                <configuration>
                                                        
<skip>${skipTests}</skip>
                                                        
<classpathScope>test</classpathScope>
-                                                       
<executable>java</executable>
+                                                       
<executable>${executableJava}</executable>
                                                        <arguments>
                                                                
<argument>-Xmx6g</argument>
                                                                
<argument>-classpath</argument>
@@ -325,7 +326,7 @@ under the License.
                                                </executions>
                                                <configuration>
                                                        
<classpathScope>test</classpathScope>
-                                                       
<executable>java</executable>
+                                                       
<executable>${executableJava}</executable>
                                                        <arguments>
                                                                
<argument>-classpath</argument>
                                                                <classpath/>

Reply via email to