Skip to content

Commit

Permalink
LPD-40802 com.liferay.ide.project.core: uses CoreUtil.parseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Nov 1, 2024
1 parent f89fc76 commit 3c1a650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected Status compute() {
}

if (CoreUtil.compareVersions(
Version.parseVersion(liferayWorkspaceProjectVersion), Version.parseVersion("7.0")) <= 0) {
CoreUtil.parseVersion(liferayWorkspaceProjectVersion), Version.parseVersion("7.0")) <= 0) {

retval = Status.createErrorStatus(
"Module Ext projects only work on liferay workspace which version is greater than 7.0.");
Expand Down

0 comments on commit 3c1a650

Please sign in to comment.