client: Change Maven string to Gradle
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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.");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user