summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-09-21 23:24:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-09-29 17:13:04 +0200
commit05cd1fa5c7fb491d14d02cf9628c32108dc4727d (patch)
treeba743f1b53fd26e0d6d8650424357a46d5839e00 /org.eclipse.jgit.benchmarks
parent72b89b4b639d0951544bc7b8cda60e73fe305772 (diff)
downloadjgit-05cd1fa5c7fb491d14d02cf9628c32108dc4727d.tar.gz
jgit-05cd1fa5c7fb491d14d02cf9628c32108dc4727d.zip
Enable using JMH annotation processor on Java>=9
See - https://issues.apache.org/jira/browse/MCOMPILER-369 - https://stackoverflow.com/questions/53927874/jmh-doesnt-run-inside-a-java-module-unable-to-find-the-resource-meta-inf-ben Change-Id: Ie810092399d9fe540e5c2e243d3fdb19493c6bcb
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index d1d3fa5715..cd911ca6fa 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -96,6 +96,11 @@
</compilerArgs>
<annotationProcessorPaths>
<path>
+ <groupId>org.openjdk.jmh</groupId>
+ <artifactId>jmh-generator-annprocess</artifactId>
+ <version>${jmh.version}</version>
+ </path>
+ <path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.9.0</version>