mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-04-13 09:31:28 +00:00
Fix java version in warning
This commit is contained in:
parent
e350a4449c
commit
00f0b46225
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class Bootstrap
|
|||
|
||||
if ( javaVersion.isUnknown() )
|
||||
{
|
||||
System.err.println( "*** WARNING *** Unsupported Java detected (" + System.getProperty( "java.class.version" ) + "). BuildTools has only been tested up to Java 16. Use of development Java versions is not supported." );
|
||||
System.err.println( "*** WARNING *** Unsupported Java detected (" + System.getProperty( "java.class.version" ) + "). BuildTools has only been tested up to Java 17. Use of development Java versions is not supported." );
|
||||
System.err.println( "*** WARNING *** You may use java -version to double check your Java version." );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue