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 8563b1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.
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 8563b1e

Please sign in to comment.