Adapt facet, map coroutine settings on three keys
This commit is contained in:
committed by
Stanislav Erokhin
parent
9460426d26
commit
091756b221
-4
@@ -79,10 +79,6 @@ public abstract class CommonCompilerArguments {
|
||||
@Argument(value = "Xcoroutines=enable")
|
||||
public boolean coroutinesEnable;
|
||||
|
||||
@Argument(value = "Xcoroutine-support", description = "Coroutines: produce error/warning/compile silently")
|
||||
// Possible values: "enabled", "warning", "disabled"
|
||||
public String coroutineSupport;
|
||||
|
||||
@Argument(value = "P", description = "Pass an option to a plugin")
|
||||
@ValueDescription(PLUGIN_OPTION_FORMAT)
|
||||
public String[] pluginOptions;
|
||||
|
||||
Reference in New Issue
Block a user