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)
{