KT-13211 KotlinCompileMojoBase could provide better compilation failure info

This commit is contained in:
Sergey Mashkov
2016-07-26 21:22:13 +03:00
parent 3e58283d7e
commit 3c002625c6
5 changed files with 150 additions and 12 deletions
@@ -46,6 +46,17 @@
<version>2.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>