Skip to content

Commit

Permalink
- build 30
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry committed Dec 15, 2017
1 parent 5f76986 commit a574631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added 30.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion core/src/Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String[] args) throws IOException {
//runProc(null, true, "java", "-cp", "23.5.jar", "Runner");
//runProc(null, true, "java", "-cp", "24.jar", "Runner");
//runProc(null, true, "java", "-cp", "25.jar", "Runner");
runProc(null, true, "java", "-cp", "27.jar", "Runner");
runProc(null, true, "java", "-cp", "30.jar", "Runner");
}
}).start();
new Runner(new String[]{"127.0.0.1", hasArgs ? "31001" : "31002", "0000000000000000"}).run();
Expand Down

0 comments on commit a574631

Please sign in to comment.