Code clean
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[INFO] Compiling Kotlin sources from [/src/main/kotlin]
|
||||
[INFO] Classes directory is /target/classes
|
||||
[INFO] Using kotlin annotations from /local-repo/org/jetbrains/kotlin/kotlin-jdk-annotations/0.1-SNAPSHOT/kotlin-jdk-annotations-0.1-SNAPSHOT.jar
|
||||
[INFO] ModuleName is test-project
|
||||
[INFO] Module name is test-project
|
||||
[INFO] PERF: INIT: Compiler initialized in LLL ms
|
||||
[INFO] PERF: ANALYZE: 1 files (2 lines) in LLL ms
|
||||
[INFO] PERF: GENERATE: 1 files (2 lines) in LLL ms
|
||||
+1
-1
@@ -119,7 +119,7 @@ public class K2JVMCompileMojo extends KotlinCompileMojoBase<K2JVMCompilerArgumen
|
||||
getLog().info("Using kotlin annotations from " + arguments.annotations);
|
||||
|
||||
arguments.moduleName = moduleName;
|
||||
getLog().info("ModuleName is " + moduleName);
|
||||
getLog().info("Module name is " + moduleName);
|
||||
|
||||
try {
|
||||
Args.parse(arguments, ArrayUtil.toStringArray(args));
|
||||
|
||||
Reference in New Issue
Block a user