Minor: remove outdated ant mentioning

This commit is contained in:
Nikolay Krasko
2019-03-05 10:24:56 +03:00
parent 878e56f2ab
commit ec0084ef61
@@ -98,7 +98,7 @@ public class ForTestCompileRuntime {
@NotNull
private static File assertExists(@NotNull File file) {
if (!file.exists()) {
throw new IllegalStateException(file + " does not exist. Run 'ant dist'");
throw new IllegalStateException(file + " does not exist. Run 'gradlew dist'");
}
return file;
}