mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8165109: langtools/test switches to use new CLI options
Reviewed-by: jjg, amlu
This commit is contained in:
parent
8120ff3110
commit
2a62da3a63
15 changed files with 35 additions and 35 deletions
|
@ -205,7 +205,7 @@ public class ModuleBuilder {
|
|||
.collect(Collectors.joining(File.pathSeparator));
|
||||
new JavacTask(tb)
|
||||
.outdir(Files.createDirectories(modules.resolve(name)))
|
||||
.options("-mp", mp)
|
||||
.options("--module-path", mp)
|
||||
.files(tb.findJavaFiles(moduleSrc))
|
||||
.run()
|
||||
.writeAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue