From 231818ceaeb0e97bb32668d75ad47c9b781b0d5a Mon Sep 17 00:00:00 2001 From: DOEKYONG Date: Thu, 2 Nov 2023 11:24:01 +0900 Subject: [PATCH] =?UTF-8?q?hotfix=20:=20build.gradle=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- be/controlG/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/be/controlG/build.gradle b/be/controlG/build.gradle index 6792322..d3ecd14 100644 --- a/be/controlG/build.gradle +++ b/be/controlG/build.gradle @@ -62,4 +62,5 @@ dependencies { tasks.named('test') { useJUnitPlatform() + systemProperty 'jasypt.encryptor.password', System.getProperty('jasypt.encryptor.password') }