mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
chore: upgrade deps
This commit is contained in:
@@ -135,7 +135,7 @@ export default function MainConfigCard({
|
||||
const currentJdkVersion = Number.parseInt(currentTargetJdk, 10);
|
||||
const shouldRaiseJdkVersion =
|
||||
(server === "SpringWebFlux" || server === "XXLJOB") &&
|
||||
currentJdkVersion < 52;
|
||||
currentJdkVersion <= 52;
|
||||
const nextJdkVersion = shouldRaiseJdkVersion ? "52" : "50";
|
||||
if (currentTargetJdk !== nextJdkVersion) {
|
||||
form.setValue("targetJdkVersion", nextJdkVersion);
|
||||
|
||||
Reference in New Issue
Block a user