Skip to content

Commit 6425ab8

Browse files
committed
Add Java 25 setting
1 parent e123e51 commit 6425ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app-frontend/src/components/ui/settings/JavaSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function updateJavaVersion(version) {
2121
}
2222
</script>
2323
<template>
24-
<div v-for="(javaVersion, index) in [21, 17, 8]" :key="`java-${javaVersion}`">
24+
<div v-for="(javaVersion, index) in [25, 21, 17, 8]" :key="`java-${javaVersion}`">
2525
<h2 class="m-0 text-lg font-extrabold text-contrast" :class="{ 'mt-4': index !== 0 }">
2626
Java {{ javaVersion }} location
2727
</h2>

0 commit comments

Comments
 (0)