Skip to content

Commit

Permalink
Merge pull request #37382 from gsmet/kotlin-java-21
Browse files Browse the repository at this point in the history
Update MAX_LTS_SUPPORTED_BY_KOTLIN to 21
  • Loading branch information
gsmet authored Nov 29, 2023
2 parents cd8ea90 + 01505b4 commit d458399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String toString() {
public static final int DEFAULT_JAVA_VERSION = 11;
// we want to maximize the compatibility of extensions with the Quarkus ecosystem so let's stick to 11 by default
public static final String DEFAULT_JAVA_VERSION_FOR_EXTENSION = "11";
public static final int MAX_LTS_SUPPORTED_BY_KOTLIN = 17;
public static final int MAX_LTS_SUPPORTED_BY_KOTLIN = 21;
public static final String DETECT_JAVA_RUNTIME_VERSION = "<<detect java runtime version>>";
public static final Pattern JAVA_VERSION_PATTERN = Pattern.compile("(\\d+)(?:\\..*)?");

Expand Down

0 comments on commit d458399

Please sign in to comment.