jdk -> alt

This commit is contained in:
Leonid Shalupov
2012-05-15 18:21:35 +02:00
parent 734b60bb67
commit c689840eee
@@ -204,7 +204,7 @@ public abstract class KotlinCompileMojoBase extends AbstractMojo {
arguments.setOutputDir(output);
arguments.altHeaders = getAltHeaders().getPath();
log.debug("Using jdk headers from " + arguments.altHeaders);
log.debug("Using alt headers from " + arguments.altHeaders);
}
// TODO: Make a better runtime detection or get rid of it entirely