Skip to content

Commit b43b8fe

Browse files
Set minimum JRE version to 17 in build script
1 parent 6e1b4f9 commit b43b8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ REM --- Regenerate Launch4j config XML dynamically ---
100100
echo ^<path^>%%JAVA_HOME%%;%%PATH%%^</path^>
101101
echo ^<requiresJdk^>false^</requiresJdk^>
102102
echo ^<requires64Bit^>false^</requires64Bit^>
103-
echo ^<minVersion^>^</minVersion^>
103+
echo ^<minVersion^>17</minVersion^>
104104
echo ^<maxVersion^>^</maxVersion^>
105105
echo ^</jre^>
106106
echo ^</launch4jConfig^>

0 commit comments

Comments
 (0)