Skip to content

Commit

Permalink
Only support LTS and latest versions of Java
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Shima <[email protected]>
  • Loading branch information
mraible and mshima authored Sep 20, 2024
1 parent fdfbe93 commit a1ba36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.1-SNAPSHOT';
// Version of Java
export const JAVA_VERSION = '17';
// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
export const JAVA_COMPATIBLE_VERSIONS = ['17', '21', '22', '23'];
export const JAVA_COMPATIBLE_VERSIONS = ['17', '21', '23'];
// Force spring milestone repository. Spring Boot milestones are detected.
export const ADD_SPRING_MILESTONE_REPOSITORY = false;

Expand Down

0 comments on commit a1ba36f

Please sign in to comment.