Skip to content

Commit

Permalink
IDE-5116 remove duplicate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Nov 24, 2023
1 parent a3309e4 commit 762c5ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ openFile
-Xms40m
-Xmx1024m
-Xdock:icon=../Resources/UpgradePlanner.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions build/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<name>Liferay IDE Parent</name>

<properties>
<blade-latest-download-url>https://repository.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/blade/com.liferay.blade.cli/5.0.1-SNAPSHOT/com.liferay.blade.cli-5.0.1-20231122.160114-7.jar</blade-latest-download-url>
<blade-latest-download-url>https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/blade/com.liferay.blade.cli/5.0.1-SNAPSHOT/com.liferay.blade.cli-5.0.1-20231122.160114-7.jar</blade-latest-download-url>
<blade-latest-md5>85762ef6e35197599a3e18c2e78da50f</blade-latest-md5>
<blade-392-download-url>https://repository.liferay.com/nexus/content/repositories/public/com/liferay/blade/com.liferay.blade.cli/3.9.2/com.liferay.blade.cli-3.9.2.jar</blade-392-download-url>
<blade-392-download-url>https://repository-cdn.liferay.com/nexus/content/repositories/public/com/liferay/blade/com.liferay.blade.cli/3.9.2/com.liferay.blade.cli-3.9.2.jar</blade-392-download-url>
<blade-392-md5>08aedcb6bacc3166060d0032f9489dd1</blade-392-md5>
<upgrade-plan-content-zip-url>https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/docs/code-upgrade-docs-20210312.zip</upgrade-plan-content-zip-url>
<upgrade-plan-content-zip-md5>c4bce64c362ecffcce300f31e88b2e63</upgrade-plan-content-zip-md5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ public static String runGradleTask(

try {
IVMInstall defaultVMInstall = JavaRuntime.getDefaultVMInstall();

File jvmInstallLocation = defaultVMInstall.getInstallLocation();

if (redirectOutput) {
OutputStream outputStream = new ByteArrayOutputStream();

Expand Down

0 comments on commit 762c5ad

Please sign in to comment.