From 74caf4a97a80d94a284cb98f1a5283ab5026288d Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 20 Jun 2024 10:12:03 +0100 Subject: [PATCH] JAL-3631 Now sending launcher.appdir from within getdown --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9100238..72b9563 100644 --- a/gradle.properties +++ b/gradle.properties @@ -98,7 +98,6 @@ getdown_txt_max_concurrent_downloads = 10 # now got better (dynamic) defaults when jvmmem* not set #getdown_txt_jalview.jvmmempc = 90 #getdown_txt_jalview.jvmmemmax = 32G -getdown_txt_multi_jvmarg = -Dgetdowninstanceappdir=%APPDIR% getdown_txt_strict_comments = true getdown_txt_ui.progress_sync_before_shown = true getdown_txt_ui.progress_sync_after_shown = false -- 1.7.10.2