mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
[ci skip] fix classpath split on Windows for generator CLI
This commit is contained in:
@@ -48,7 +48,7 @@ public class Main implements Callable<Integer> {
|
||||
@CommandLine.Option(names = {"--sourceset"}, required = true)
|
||||
Path sourceSet;
|
||||
|
||||
@CommandLine.Option(names = {"-cp", "--classpath"}, split = ":", required = true)
|
||||
@CommandLine.Option(names = {"-cp", "--classpath"}, split = "[;:]", required = true)
|
||||
Set<Path> classpath;
|
||||
|
||||
@CommandLine.Option(names = {"--rewrite"})
|
||||
|
Reference in New Issue
Block a user