This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch jdk-16-17 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/jdk-16-17 by this push: new 988384e fix 988384e is described below commit 988384eb5a81923f73687d155f5d447a36ef432d Author: tibordigana <tibordig...@apache.org> AuthorDate: Fri Feb 26 10:26:14 2021 +0100 fix --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e996320..6782431 100644 --- a/pom.xml +++ b/pom.xml @@ -669,6 +669,7 @@ </goals> <configuration> <properties> + <property>jdkHome</property> <property>doSkipTests</property> <property>jvm9ArgsTests</property> </properties>