Skip to content

Commit

Permalink
HSEARCH-5155 Use a release java version for perf tests
Browse files Browse the repository at this point in the history
as the generation plugin not necessarily works with latest EA builds of the JDK
  • Loading branch information
marko-bekhta committed Jul 4, 2024
1 parent 15be25b commit 59af79b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integrationtest/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<module>backend/elasticsearch</module>
</modules>

<properties>
<!-- JMH or the annotation processor plugin has some trouble with newer JDKs.
Let's not bother, and use the same JDK as Maven, unlike other integration tests. -->
<java-version.main.release>11</java-version.main.release>
<java-version.main.compiler.java_home>${java.home}</java-version.main.compiler.java_home>
<java-version.main.compiler>${java-version.main.compiler.java_home}/bin/javac</java-version.main.compiler>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 59af79b

Please sign in to comment.