We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb3aad commit 0e971faCopy full SHA for 0e971fa
jmh/benchmark-binary-tree/pom.xml
@@ -84,6 +84,14 @@ THE POSSIBILITY OF SUCH DAMAGE.
84
<compilerVersion>${javac.target}</compilerVersion>
85
<source>${javac.target}</source>
86
<target>${javac.target}</target>
87
+ <annotationProcessorPaths>
88
+ <path>
89
+ <groupId>org.openjdk.jmh</groupId>
90
+ <artifactId>jmh-generator-annprocess</artifactId>
91
+ <version>${jmh.version}</version>
92
+ </path>
93
+ </annotationProcessorPaths>
94
+ <fork>true</fork>
95
</configuration>
96
</plugin>
97
<plugin>
0 commit comments