Minor: remove outdated ant mentioning
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ public class ForTestCompileRuntime {
|
|||||||
@NotNull
|
@NotNull
|
||||||
private static File assertExists(@NotNull File file) {
|
private static File assertExists(@NotNull File file) {
|
||||||
if (!file.exists()) {
|
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;
|
return file;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user