Skip to content

Commit

Permalink
LPD-38770 com.liferay.ide.project.core: unrelated: SF
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Nov 1, 2024
1 parent 80eda0e commit 04bd92a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ protected Status compute() {

String liferayVersionString = get(op.getLiferayVersion());

Version liferayVersion = new Version(CoreUtil.parseVersion(liferayVersionString));

ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(liferayWorkspaceProject.getTargetPlatformVersion());

if (releaseEntry != null) {
Expand All @@ -97,6 +95,8 @@ protected Status compute() {
"import here.");
}

Version liferayVersion = new Version(CoreUtil.parseVersion(liferayVersionString));

if (projectTemplateName.startsWith("form-field")) {
NewLiferayProjectProvider<BaseModuleOp> newLiferayProjectProvider = get(op.getProjectProvider());

Expand Down

0 comments on commit 04bd92a

Please sign in to comment.