Skip to content

Commit

Permalink
Merge pull request #3920 from OpenLiberty/mp-7-updates-draft
Browse files Browse the repository at this point in the history
Added mp 7.0 in starter tool
  • Loading branch information
SteveSamJacob19 authored Dec 13, 2024
2 parents 62fbc50 + a6e2f4c commit 7f6a8c3
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 7f6a8c3

Please sign in to comment.