Skip to content

Commit

Permalink
Fixes vscode-server-connector/issues/606 - eap 7.4 use java 17 or 21
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Dec 8, 2023
1 parent 406df50 commit e464b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public String getMinimumJavaVersionString() {
}
@Override
public String getMaximumJavaVersionString() {
return "15.";
return "21.";
}

}

0 comments on commit e464b93

Please sign in to comment.