From f5a1843eb07107c5e196fe348d75e785c11562d6 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 5 Jun 2024 14:17:38 +0100 Subject: [PATCH] JAL-4421 Downgrading ds_store to 1.3.0 for build server limitations --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a5f351..d057994 100644 --- a/build.gradle +++ b/build.gradle @@ -2857,7 +2857,7 @@ task install4jDMGBackgroundImageProcess { python { - pip 'ds_store:1.3.1' + pip 'ds_store:1.3.0' } task install4jCustomiseDS_StoreX64(type: PythonTask) { -- 1.7.10.2