From 3c8178aded1c58a75d0fcd28ad048f38ceaec642 Mon Sep 17 00:00:00 2001 From: Jerry Shea Date: Mon, 17 Apr 2023 12:34:41 +0100 Subject: [PATCH] fix performance build for Java 17 --- marshallingperf/pom.xml | 1 - pom.xml | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/marshallingperf/pom.xml b/marshallingperf/pom.xml index 7adf560a4..cc402b3f8 100644 --- a/marshallingperf/pom.xml +++ b/marshallingperf/pom.xml @@ -117,7 +117,6 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 diff --git a/pom.xml b/pom.xml index b6fb52334..e9ef6da22 100644 --- a/pom.xml +++ b/pom.xml @@ -504,17 +504,19 @@ org.codehaus.mojo exec-maven-plugin + + test + long-converter-test test - java + exec - false - net.openhft.chronicle.wire.AbstractTimestampLongConverterJLBHBenchmark - test + ${java.home}/bin/java + ${jvm.requiredArgs} -classpath %classpath net.openhft.chronicle.wire.AbstractTimestampLongConverterJLBHBenchmark