Skip to content

Commit 3305459

Browse files
committed
Include annotation processor
1 parent 29448a8 commit 3305459

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
<version>3.13.0</version>
166166
<configuration>
167167
<release>${java.release}</release>
168+
<annotationProcessorPaths>
169+
<path>
170+
<groupId>org.openjdk.jmh</groupId>
171+
<artifactId>jmh-generator-annprocess</artifactId>
172+
<version>${jmh.version}</version>
173+
</path>
174+
</annotationProcessorPaths>
168175
</configuration>
169176
</plugin>
170177
<plugin>

0 commit comments

Comments
 (0)