We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b0e94 commit 06854acCopy full SHA for 06854ac
tmc-langs-java/src/maven.rs
@@ -301,8 +301,7 @@ mod test {
301
// initializes maven in a synchronized manner for all tests
302
#[cfg(windows)]
303
INIT_MAVEN.call_once(|| {
304
- let mvn = MavenPlugin::new().expect("failed to init maven");
305
- mvn.get_mvn_command().expect("failed to get mvn command");
+ MavenPlugin::get_mvn_command().expect("failed to get mvn command");
306
});
307
}
308
0 commit comments