Skip to content

Commit

Permalink
Fix build fail in benchmark profile
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sebbASF committed Oct 27, 2023
1 parent f62c920 commit 7106214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ The following provides more details on the included cryptographic software:
<artifactId>maven-compiler-plugin</artifactId>
<version>${commons.compiler.version}</version>
<configuration combine.self="override">
<!-- Needs to agree with main compiler settings; reapply the args which are lost by the override -->
<compilerArgs>
<compilerArg>-h</compilerArg>
<compilerArg>target/jni-classes</compilerArg>
</compilerArgs>
<testIncludes>
<testInclude>**/*</testInclude>
</testIncludes>
Expand Down

0 comments on commit 7106214

Please sign in to comment.