mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -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)
|
@CommandLine.Option(names = {"--sourceset"}, required = true)
|
||||||
Path sourceSet;
|
Path sourceSet;
|
||||||
|
|
||||||
@CommandLine.Option(names = {"-cp", "--classpath"}, split = ":", required = true)
|
@CommandLine.Option(names = {"-cp", "--classpath"}, split = "[;:]", required = true)
|
||||||
Set<Path> classpath;
|
Set<Path> classpath;
|
||||||
|
|
||||||
@CommandLine.Option(names = {"--rewrite"})
|
@CommandLine.Option(names = {"--rewrite"})
|
||||||
|
Reference in New Issue
Block a user