client: Change Maven string to Gradle
This commit is contained in:
@@ -93,7 +93,7 @@ public class RuneLiteAPI
|
|||||||
catch (NumberFormatException e)
|
catch (NumberFormatException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
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)
|
catch (IOException ex)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -273,7 +273,7 @@ public class RuneLite
|
|||||||
log.error("Uncaught exception:", throwable);
|
log.error("Uncaught exception:", throwable);
|
||||||
if (throwable instanceof AbstractMethodError)
|
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)
|
catch (ClassNotFoundException e)
|
||||||
{
|
{
|
||||||
log.error("Unable to load client - class not found. This means you"
|
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.");
|
+ " is not in your classpath.");
|
||||||
|
|
||||||
log.error("Error loading RS!", e);
|
log.error("Error loading RS!", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user