This commit is contained in:
2024-10-09 22:51:52 +03:00
parent 6252af944e
commit 428a056586
7 changed files with 9 additions and 704 deletions

View File

@@ -28,6 +28,6 @@ public class StartTestingServer extends RepositoryServerSSHPass {
}
@Override
protected String getServerFileName() {
return "_VisualDVM.TestingSystem.jar";
return "TestingSystem.jar";
}
}