client: Change Maven string to Gradle

This commit is contained in:
Owain van Brakel
2019-08-11 02:33:28 +02:00
parent 8a8ece3c7a
commit 7777a5ff72
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ public class RuneLiteAPI
catch (NumberFormatException e)
{
e.printStackTrace();
throw new RuntimeException("Version string has not been substituted; Re-run maven");
throw new RuntimeException("Version string has not been substituted; Re-run Gradle");
}
catch (IOException ex)
{

View File

@@ -273,7 +273,7 @@ public class RuneLite
log.error("Uncaught exception:", throwable);
if (throwable instanceof AbstractMethodError)
{
log.error("Classes are out of date; Build with maven again.");
log.error("Classes are out of date; Build with Gradle again.");
}
});

View File

@@ -83,7 +83,7 @@ public class ClientLoader
catch (ClassNotFoundException e)
{
log.error("Unable to load client - class not found. This means you"
+ " are not running RuneLite with Maven as the injected client"
+ " are not running RuneLite with Gradle as the injected client"
+ " is not in your classpath.");
log.error("Error loading RS!", e);