이메일 발송 테스트 코드

This commit is contained in:
Rinjae
2025-11-10 11:00:37 +09:00
parent 4283c8b3fc
commit 5b354cffb1
9 changed files with 284 additions and 95 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jar {
test {
useJUnitPlatform()
systemProperty "kjb_safedb.mode", project.findProperty("kjb_safedb.mode") ?: ""
systemProperty "kjb_safedb.mode", System.getProperty("kjb_safedb.mode")
if (project.hasProperty("safedb")) {
systemProperty "kjb_safedb.mode", "real"