diff --git a/base/src/main/java/de/staropensource/sosengine/base/data/info/EngineInformation.java b/base/src/main/java/de/staropensource/sosengine/base/data/info/EngineInformation.java index e4b435a..444f449 100644 --- a/base/src/main/java/de/staropensource/sosengine/base/data/info/EngineInformation.java +++ b/base/src/main/java/de/staropensource/sosengine/base/data/info/EngineInformation.java @@ -374,7 +374,7 @@ public final class EngineInformation { InputStream gradleStream = EngineInformation.class.getClassLoader().getResourceAsStream("gradle.properties"); 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); return; }