Fix withKotlin Ant task when no classpath is given
#KT-6492 Fixed
This commit is contained in:
@@ -96,6 +96,11 @@ public class AntTaskJvmTest extends AntTaskBaseTest {
|
||||
doJvmAntTest();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void noClasspathGiven() throws Exception {
|
||||
doJvmAntTest();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void javacCompiler() throws Exception {
|
||||
doJvmAntTest("-cp", getClassPathForAnt(),
|
||||
|
||||
Reference in New Issue
Block a user