Skip to content

Commit

Permalink
LPD-38666 com.liferay.ide.server.tomcat.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 d1dfa1b commit 4ecf93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static void addRuntimeVMArgments(

ILiferayRuntime runtime = ServerUtil.getLiferayRuntime(currentServer);

Version portalVersion = Version.parseVersion(getVersion(runtime));
Version portalVersion = CoreUtil.parseVersion(getVersion(runtime));

if (CoreUtil.compareVersions(portalVersion, LiferayTomcatRuntime70.leastSupportedVersion) < 0) {
runtimeVMArgs.add("-Djava.security.auth.login.config=\"" + configPath.toOSString() + "/conf/jaas.config\"");
Expand Down

0 comments on commit 4ecf93b

Please sign in to comment.