Skip to content

Commit

Permalink
Add testing.jvm support to the parent as well
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Mar 28, 2024
1 parent df023f2 commit 5670e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ limitations under the License.]]></inlineHeader>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<jvm>${testing.jvm}/bin/java</jvm>
<systemPropertyVariables>
<logback.configurationFile>${project.basedir}/src/test/resources/logback-test.xml</logback.configurationFile>
</systemPropertyVariables>
Expand Down

0 comments on commit 5670e73

Please sign in to comment.