mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-22 20:17:29 +00:00
No need to pass a lazy DaemonParameters to DefaultClient
This commit is contained in:
@@ -121,7 +121,7 @@ public class MvndTestExtension implements BeforeAllCallback, BeforeEachCallback,
|
||||
}
|
||||
return new NativeTestClient(parameters, mvndNativeExecutablePath, timeoutMs);
|
||||
} else {
|
||||
return new DefaultClient(() -> parameters);
|
||||
return new DefaultClient(parameters);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user