Files
kotlin-fork/libraries/tools/kotlin-maven-plugin-test/src/it/test-allopen-simple/verify.bsh
T
2016-12-09 20:01:05 +03:00

7 lines
217 B
Plaintext

import java.io.*;
File file = new File(basedir, "target/test-allopen-simple-1.0-SNAPSHOT.jar");
if (!file.exists() || !file.isFile()) {
throw new FileNotFoundException("Could not find generated JAR: " + file);
}