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:
nik
2017-03-30 16:24:02 +03:00
parent 144b5f71bf
commit 8a430ad551
@@ -42,7 +42,6 @@ class CompilationTasksImpl extends CompilationTasks {
ensureKotlinCompilerAddedToClassPath()
context.projectBuilder.cleanOutput()
context.messages.progress("Compiling project")
try {
if (moduleNames == null) {