From 4ed2d66b8720f143f723d5d8954986b2ca48477c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=A2=D0=BE=D0=BB?= =?UTF-8?q?=D1=81=D1=82=D1=8B=D1=85?= Date: Mon, 30 Mar 2026 20:35:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20build.gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index b891e4d..8990d82 100644 --- a/build.gradle +++ b/build.gradle @@ -188,4 +188,8 @@ task distDockerCompose(type: Copy){ exclude "Dockerfile" } into composeDir +} + +ncoreRestoreDB{ + verbose = true } \ No newline at end of file