Fix build tool plugins after recent changes to CLI

This commit is contained in:
Alexander Udalov
2014-07-26 02:28:51 +04:00
parent 8ed2413395
commit fd27518070
5 changed files with 7 additions and 7 deletions
@@ -316,7 +316,7 @@ public abstract class KotlinCompileMojoBase extends AbstractMojo {
}
log.info("Classes directory is " + output);
arguments.outputDir = output;
arguments.destination = output;
arguments.noJdkAnnotations = true;
arguments.annotations = getFullAnnotationsPath(log, annotationPaths);