mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-364446 Bump the maximum JDK version for a smoke check when choosing SDK
(cherry picked from commit 690cdc39175f1269ce1893b7e54fcc92f06a0715) IJ-CR-151133 GitOrigin-RevId: 0e8f01469d46818c4eab7573694c1336d2cace8d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
50708e5bd2
commit
1cf3748c14
@@ -205,7 +205,7 @@ public final class JavaVersion implements Comparable<JavaVersion> {
|
||||
}
|
||||
}
|
||||
|
||||
private static final int MAX_ACCEPTED_VERSION = 25; // sanity check
|
||||
private static final int MAX_ACCEPTED_VERSION = 50; // sanity check
|
||||
|
||||
/**
|
||||
* <p>Parses a Java version string.</p>
|
||||
|
||||
Reference in New Issue
Block a user