Update gradle.properties not found message
This commit is contained in:
parent
b4734841be
commit
b7282d5c7d
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public final class EngineInformation {
|
||||||
InputStream gradleStream = EngineInformation.class.getClassLoader().getResourceAsStream("gradle.properties");
|
InputStream gradleStream = EngineInformation.class.getClassLoader().getResourceAsStream("gradle.properties");
|
||||||
|
|
||||||
if (gradleStream == null) {
|
if (gradleStream == null) {
|
||||||
System.out.println("Unable to load build information: The bundled gradle.properties file could not be found. Do symlinks work on the system that built this JAR?");
|
System.out.println("Unable to load build information: The bundled gradle.properties file could not be found.");
|
||||||
Engine.getInstance().shutdown(69);
|
Engine.getInstance().shutdown(69);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue