Skip to content

Commit

Permalink
Add MicroProfile Version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
majidmostafavi committed Jan 29, 2024
1 parent 3e31654 commit 0f7893b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public Map<String, String> determineVariables(JessieModel model) {
result.put("se_version", seVersion.getCode());
}

if (model.getSpecification().getMicroProfileVersion() == MicroProfileVersion.MP50) {
if (model.getSpecification().getMicroProfileVersion() == MicroProfileVersion.MP50||model.getSpecification().getMicroProfileVersion() == MicroProfileVersion.MP60) {
result.put("jakarta_ee_package", "jakarta");

} else {
Expand Down

0 comments on commit 0f7893b

Please sign in to comment.