mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
restored constructor with old signature to fix compilation of android plugin in community repository
This commit is contained in:
@@ -91,6 +91,12 @@ public class CompilerTask extends Task.Backgroundable {
|
||||
private Runnable myRestartWork;
|
||||
private final boolean myCompilationStartedAutomatically;
|
||||
|
||||
@Deprecated
|
||||
public CompilerTask(@NotNull Project project, String contentName, final boolean headlessMode, boolean forceAsync,
|
||||
boolean waitForPreviousSession) {
|
||||
this(project, contentName, headlessMode, forceAsync, waitForPreviousSession, false);
|
||||
}
|
||||
|
||||
public CompilerTask(@NotNull Project project, String contentName, final boolean headlessMode, boolean forceAsync,
|
||||
boolean waitForPreviousSession, boolean compilationStartedAutomatically) {
|
||||
super(project, contentName);
|
||||
|
||||
Reference in New Issue
Block a user