Skip to content

Commit

Permalink
Add support for Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Sep 20, 2024
1 parent 327d577 commit fdfbe93
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'];
export const JAVA_COMPATIBLE_VERSIONS = ['17', '21', '22', '23'];
// Force spring milestone repository. Spring Boot milestones are detected.
export const ADD_SPRING_MILESTONE_REPOSITORY = false;

Expand Down

0 comments on commit fdfbe93

Please sign in to comment.