Minor: remove outdated ant mentioning
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user