Skip to content

Commit

Permalink
Merge pull request #3921 from OpenLiberty/mp-7-updates
Browse files Browse the repository at this point in the history
Added 7.0 in compatibility in starter tool
  • Loading branch information
SteveSamJacob19 authored Dec 16, 2024
2 parents d298d3e + 85cb9d9 commit 45b8fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/_assets/js/builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ function validate_java_eeAndmp_levels() {
)
.find(':selected')
.text();
if ((mpVersion === '6.0') || (eeVersion == '10.0') || (mpVersion === "6.1")) {
if ((mpVersion === '6.0') || (eeVersion == '10.0') || (mpVersion === "6.1") || (mpVersion === "7.0")) {
javaVersion = $(
'.starter_field[data-starter-field=\'j\'] select'
)
Expand Down

0 comments on commit 45b8fa4

Please sign in to comment.