We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3ed60 commit 6149127Copy full SHA for 6149127
1 file changed
test/sdk-benchmarks/pom.xml
@@ -279,12 +279,15 @@
279
<plugin>
280
<groupId>org.apache.maven.plugins</groupId>
281
<artifactId>maven-compiler-plugin</artifactId>
282
- <version>3.1</version>
+ <version>3.8.0</version>
283
<!-- Override the configuration in the parent-->
284
<configuration combine.self="override">
285
<compilerVersion>${javac.target}</compilerVersion>
286
<source>${javac.target}</source>
287
<target>${javac.target}</target>
288
+ <annotationProcessors>
289
+ <annotationProcessor>org.openjdk.jmh.generators.BenchmarkProcessor</annotationProcessor>
290
+ </annotationProcessors>
291
</configuration>
292
<executions>
293
<execution>
0 commit comments