mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build scripts: removed unnecessary clearing of output
Output is cleaned in CompilationContextImpl.cleanOutput. Cleaning it here may cause problems if 'compileModules' is invoked several times.
This commit is contained in:
-1
@@ -42,7 +42,6 @@ class CompilationTasksImpl extends CompilationTasks {
|
||||
|
||||
ensureKotlinCompilerAddedToClassPath()
|
||||
|
||||
context.projectBuilder.cleanOutput()
|
||||
context.messages.progress("Compiling project")
|
||||
try {
|
||||
if (moduleNames == null) {
|
||||
|
||||
Reference in New Issue
Block a user