Ant task: support 'failOnError' attribute in kotlinc and withKotlin
This commit is contained in:
@@ -71,6 +71,11 @@ public class AntTaskJvmTest extends AntTaskBaseTest {
|
||||
doJvmAntTest();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void doNotFailOnError() throws Exception {
|
||||
doJvmAntTest();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void jvmClasspath() throws Exception {
|
||||
doJvmAntTest();
|
||||
|
||||
Reference in New Issue
Block a user