mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-31 22:29:10 +00:00
parent
7c0768f49d
commit
e83f4b5a6c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ public class Builder
|
|||
|
||||
if ( buildNumber != -1 && buildInfo.getToolsVersion() != -1 && buildNumber < buildInfo.getToolsVersion() )
|
||||
{
|
||||
System.err.println( "**** Your BuildTools is out of date and will not build the requested version. Please grab a new copy from https://www.spigotmc.org/" );
|
||||
System.err.println( "**** Your BuildTools is out of date and will not build the requested version. Please grab a new copy from https://www.spigotmc.org/go/buildtools-dl" );
|
||||
System.exit( 1 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue